Information about plays

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

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

{
    "id": 344824,
    "uri": "https://api.kexp.org/v2/plays/344824/?format=api",
    "airdate": "2019-06-22T19:06:55-07:00",
    "show": 5748,
    "show_uri": "https://api.kexp.org/v2/shows/5748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where You Belong",
    "track_id": "652b4222-2fa7-4cd6-baf0-e5ac50ba2e61",
    "recording_id": null,
    "artist": "Guest Directors",
    "artist_ids": [
        "12fa9828-167a-4c8e-8769-94b712425b62"
    ],
    "album": "Dream the Currents",
    "release_id": "a26ae3e7-1e57-4252-ac26-f4b58a94571c",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}