Information about plays

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

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

{
    "id": 519703,
    "uri": "https://api.kexp.org/v2/plays/519703/?format=api",
    "airdate": "2002-02-20T07:07:00-08:00",
    "show": 8969,
    "show_uri": "https://api.kexp.org/v2/shows/8969/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock and Roll",
    "track_id": "f89e9184-551a-4aa8-a356-d6a96d565c34",
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "Selections From Peel Slowly and See",
    "release_id": "a4cd17a9-36ce-4de4-816b-2221228b69e3",
    "release_group_id": null,
    "labels": [
        "PolyGram"
    ],
    "label_ids": [
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}