Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/513438/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 513438,
    "uri": "https://api.kexp.org/v2/plays/513438/?format=api",
    "airdate": "2002-02-02T04:39:00-08:00",
    "show": 8847,
    "show_uri": "https://api.kexp.org/v2/shows/8847/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Know This World Without Don Cherry",
    "track_id": "74f86a0c-68b2-4933-8b9c-991ebd710f24",
    "recording_id": null,
    "artist": "Marty Ehrlich",
    "artist_ids": [
        "6a94f9ad-fe6f-48b8-be3d-e707b9b21dc3"
    ],
    "album": "Light at the Crossroads",
    "release_id": "c39a83d8-e763-4a1c-96f5-9771c7d3242c",
    "release_group_id": null,
    "labels": [
        "Songlines"
    ],
    "label_ids": [
        "41f10f84-2716-44d2-83e2-b3657aafe462"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}