Information about plays

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

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

{
    "id": 376442,
    "uri": "https://api.kexp.org/v2/plays/376442/?format=api",
    "airdate": "2019-09-04T07:56:57-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "http://coverartarchive.org/release/445c3276-3087-440e-99e5-c451ead333cd/22747461570-250.jpg",
    "thumbnail_uri": "",
    "song": "The Enchanter",
    "track_id": "ee013a8e-c773-46e1-a1d0-d32dc7b046a6",
    "recording_id": null,
    "artist": "The Budos Band",
    "artist_ids": [
        "b6fa9b9b-41cf-45a6-adc0-0a4c9a8c0d3c"
    ],
    "album": "V",
    "release_id": "445c3276-3087-440e-99e5-c451ead333cd",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This nine-piece instrumental band stopped by the studio a while back. Here's the full performance of The Budos Band playing live at KEXP earlier this year - https://www.youtube.com/watch?v=b-KK6X4xxGs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}