Information about plays

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

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

{
    "id": 344558,
    "uri": "https://api.kexp.org/v2/plays/344558/?format=api",
    "airdate": "2019-06-22T01:54:09-07:00",
    "show": 5742,
    "show_uri": "https://api.kexp.org/v2/shows/5742/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Party",
    "track_id": "b95e1b78-df6e-4264-bd9c-094ca97e7e5b",
    "recording_id": null,
    "artist": "Otieno Terry",
    "artist_ids": [
        "d20150e4-64d9-480b-acf4-9abcdf7c3b5e"
    ],
    "album": "The Woods",
    "release_id": "f33184f7-f7d4-4c20-9666-bab225d908b2",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-10-31",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}