Information about plays

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

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

{
    "id": 2674736,
    "uri": "https://api.kexp.org/v2/plays/2674736/?format=api",
    "airdate": "2019-12-18T02:52:22-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "https://coverartarchive.org/release/0bb51eb6-fac6-464a-9e44-f7a832507d86/21129510013-250.jpg",
    "thumbnail_uri": "",
    "song": "Ambling Alp",
    "track_id": "ec3f5c4a-0c48-3838-87ac-8fad55e42e80",
    "recording_id": null,
    "artist": "Yeasayer",
    "artist_ids": [
        "3feba7fa-3837-424a-b4f1-0077d217f569"
    ],
    "album": "Odd Blood",
    "release_id": "0bb51eb6-fac6-464a-9e44-f7a832507d86",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2010-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yeasayer performing live in the KEXP studio. Recorded October 24, 2016.\n https://www.youtube.com/watch?v=VrcMPpEK7-s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}