Information about plays

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

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

{
    "id": 1367402,
    "uri": "https://api.kexp.org/v2/plays/1367402/?format=api",
    "airdate": "2008-04-27T23:39:00-07:00",
    "show": 23875,
    "show_uri": "https://api.kexp.org/v2/shows/23875/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dont Turn It Off",
    "track_id": null,
    "recording_id": null,
    "artist": "40 Thieves",
    "artist_ids": [
        "6f505723-800e-414a-8e0f-d468c9b2f271"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Permanent Vacation"
    ],
    "label_ids": [
        "ec55686e-5c19-4bb1-ac42-81ddcc02ff8d"
    ],
    "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"
}