Information about plays

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

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

{
    "id": 376746,
    "uri": "https://api.kexp.org/v2/plays/376746/?format=api",
    "airdate": "2019-09-04T22:26:22-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "http://coverartarchive.org/release/1c65dc93-6748-3bb5-be18-bdbbad7f8d42/1560014889-250.jpg",
    "thumbnail_uri": "",
    "song": "Can I Kick It?",
    "track_id": "f8064cfe-2e78-3fbb-ba79-f0db242c865d",
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "People’s Instinctive Travels and the Paths of Rhythm",
    "release_id": "1c65dc93-6748-3bb5-be18-bdbbad7f8d42",
    "release_group_id": null,
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1990-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}