Information about plays

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

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

{
    "id": 2674883,
    "uri": "https://api.kexp.org/v2/plays/2674883/?format=api",
    "airdate": "2019-12-18T11:26:48-08:00",
    "show": 46173,
    "show_uri": "https://api.kexp.org/v2/shows/46173/?format=api",
    "image_uri": "https://coverartarchive.org/release/b4b96943-5dd5-4f34-956a-7a2d0356476a/9197142551-250.jpg",
    "thumbnail_uri": "",
    "song": "Sugah Daddy",
    "track_id": "9fef29c1-4c75-4934-904f-f77725419a2f",
    "recording_id": null,
    "artist": "D’Angelo and The Vanguard",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Black Messiah",
    "release_id": "b4b96943-5dd5-4f34-956a-7a2d0356476a",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2014-12-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "D'Angelo is an American singer, songwriter, multi-instrumentalist and record producer. D'Angelo is associated with the neo soul movement, along with artists like Erykah Badu, Lauryn Hill, Maxwell, and collaborator Angie Stone.\nhttps://en.wikipedia.org/wiki/D%27Angelo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}