Information about plays

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

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

{
    "id": 2678834,
    "uri": "https://api.kexp.org/v2/plays/2678834/?format=api",
    "airdate": "2019-12-27T16:54:43-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "https://coverartarchive.org/release/7ddcbd03-8de2-40b3-932b-d3d32a05c25c/23461670076-250.jpg",
    "thumbnail_uri": "",
    "song": "I Think of Saturday",
    "track_id": "cac3a81f-f571-4f62-8a81-c6c1513dae66",
    "recording_id": null,
    "artist": "Moodymann",
    "artist_ids": [
        "17d69e72-9cf2-496f-aa64-ba238de2087e"
    ],
    "album": "Sinner",
    "release_id": "7ddcbd03-8de2-40b3-932b-d3d32a05c25c",
    "release_group_id": null,
    "labels": [
        "KDJ"
    ],
    "label_ids": [
        "a95dc7cf-d766-43c9-bdbb-fde8361c937d"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kenny Dixon Jr., better known by his stage name Moodymann, is an American musician based in Detroit, Michigan. He is the owner of the record labels Mahogani Music and KDJ Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}