Information about plays

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

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

{
    "id": 1368545,
    "uri": "https://api.kexp.org/v2/plays/1368545/?format=api",
    "airdate": "2008-04-30T20:28:00-07:00",
    "show": 23893,
    "show_uri": "https://api.kexp.org/v2/shows/23893/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hidden Charms",
    "track_id": "78316c7e-d161-437d-8fa6-6e1323a07103",
    "recording_id": null,
    "artist": "Charles Clark",
    "artist_ids": [
        "3ccbd56d-51fa-4c35-815d-91b5a411828f"
    ],
    "album": "Goin' Down to Eli's: The Cobra & ABCO Rhythm & Blues Anthology 1956-1958",
    "release_id": "a7568d9b-dbeb-44c3-8fd3-feedcc9e2988",
    "release_group_id": null,
    "labels": [
        "Artistic"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}