Information about plays

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

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

{
    "id": 2681807,
    "uri": "https://api.kexp.org/v2/plays/2681807/?format=api",
    "airdate": "2020-01-03T23:50:54-08:00",
    "show": 46286,
    "show_uri": "https://api.kexp.org/v2/shows/46286/?format=api",
    "image_uri": "https://coverartarchive.org/release/69959f4a-29fd-4867-83ec-bfb4036b30d1/1672879787-250.jpg",
    "thumbnail_uri": "",
    "song": "Jazz (We’ve Got)",
    "track_id": "b774e47f-161e-3096-b7b9-edf2197a0c33",
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "The Low End Theory",
    "release_id": "69959f4a-29fd-4867-83ec-bfb4036b30d1",
    "release_group_id": null,
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1991-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for this 1991 song from A Tribe Called Quest here: https://www.youtube.com/watch?v=cxN4nKk2cfk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}