Information about plays

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

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

{
    "id": 2680708,
    "uri": "https://api.kexp.org/v2/plays/2680708/?format=api",
    "airdate": "2020-01-01T06:53:16-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "https://coverartarchive.org/release/cfa9feb3-bede-46fc-8d4f-4c2aa69e703d/6070655244-250.jpg",
    "thumbnail_uri": "",
    "song": "Boarder Line",
    "track_id": "49a89ae9-317a-4350-beb6-f651e7791417",
    "recording_id": null,
    "artist": "King Krule",
    "artist_ids": [
        "c0daae21-ec2a-4dd0-a323-4f53f5945d04"
    ],
    "album": "6 Feet Beneath the Moon",
    "release_id": "cfa9feb3-bede-46fc-8d4f-4c2aa69e703d",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2013-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}