Information about plays

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

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

{
    "id": 1363663,
    "uri": "https://api.kexp.org/v2/plays/1363663/?format=api",
    "airdate": "2008-04-18T11:02:15-07:00",
    "show": 23810,
    "show_uri": "https://api.kexp.org/v2/shows/23810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Buildings ",
    "track_id": null,
    "recording_id": null,
    "artist": "The Republic Tigers",
    "artist_ids": [
        "8b569a97-359c-4eb3-b084-9baa6c8dc0d1"
    ],
    "album": "The Republic Tigers EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Chop Shop Records"
    ],
    "label_ids": [
        "d851090e-5d51-4a7a-81e5-7b1e9d192af1"
    ],
    "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"
}