Information about plays

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

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

{
    "id": 2678340,
    "uri": "https://api.kexp.org/v2/plays/2678340/?format=api",
    "airdate": "2019-12-26T09:54:30-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "https://coverartarchive.org/release/d54d0d24-c3ba-435f-9ae9-60d2574c3027/22424238175-250.jpg",
    "thumbnail_uri": "",
    "song": "Sorrow Tears and Blood",
    "track_id": "f97a8700-df90-4e80-9c46-a00b936ef72a",
    "recording_id": null,
    "artist": "Fela Kuti",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a"
    ],
    "album": "The Complete Works of Fela Anikulapo Kuti",
    "release_id": "d54d0d24-c3ba-435f-9ae9-60d2574c3027",
    "release_group_id": null,
    "labels": [
        "Wrasse Records"
    ],
    "label_ids": [
        "3a33c6f4-b06e-4d23-8ebf-ba3d2c9edab3"
    ],
    "release_date": "2010-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing out the morning show with a track by a pioneer of the Afrobeat genre. Thanks for listening!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}