Information about plays

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

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

{
    "id": 2682843,
    "uri": "https://api.kexp.org/v2/plays/2682843/?format=api",
    "airdate": "2020-01-06T12:19:19-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fun Does Not Exist",
    "track_id": "ae888fb4-b15b-4288-bc8f-41fe4dd8f10a",
    "recording_id": null,
    "artist": "Natacha Atlas",
    "artist_ids": [
        "5b86eefc-f3b2-4b91-8161-c505869fb17f"
    ],
    "album": "Diaspora",
    "release_id": "84951901-0d8b-44d7-b829-41f105c8fae1",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Natacha Atlas is an Egyptian-British singer known for her fusion of Arabic and Western music. She once termed her music \"cha'abi moderne\" (modern popular music). Natacha's music has been influenced by many styles including Maghrebain, hip hop, drum and bass and reggae.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}