Information about plays

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

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

{
    "id": 346398,
    "uri": "https://api.kexp.org/v2/plays/346398/?format=api",
    "airdate": "2019-06-26T08:53:52-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "http://coverartarchive.org/release/6a1982bd-3f88-4b27-a497-f2e0adde184e/23118414000-250.jpg",
    "thumbnail_uri": "",
    "song": "Kingston",
    "track_id": "2a0c5fad-2428-44b1-a188-dad4399ac5f1",
    "recording_id": null,
    "artist": "Faye Webster",
    "artist_ids": [
        "ce4a1c08-6912-423f-bf6c-97ce69f5e89f"
    ],
    "album": "Atlanta Millionaires Club",
    "release_id": "6a1982bd-3f88-4b27-a497-f2e0adde184e",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I don't know that much about Kingston, but I like the sound it makes / When it starts to pouring rain...\" Here's the official video: https://www.youtube.com/watch?v=-5_tGEao_GQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}