Information about plays

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

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

{
    "id": 1338323,
    "uri": "https://api.kexp.org/v2/plays/1338323/?format=api",
    "airdate": "2008-02-13T18:46:00-08:00",
    "show": 23386,
    "show_uri": "https://api.kexp.org/v2/shows/23386/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Monkey Doin' Woman",
    "track_id": null,
    "recording_id": null,
    "artist": "Shy Guy Douglas",
    "artist_ids": [
        "dae6403e-7f4a-4564-a6f8-e12c73a103d0"
    ],
    "album": "VA- Night Train To Nashville Music City Rhythm ",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "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"
}