Information about plays

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

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

{
    "id": 1354841,
    "uri": "https://api.kexp.org/v2/plays/1354841/?format=api",
    "airdate": "2008-03-27T06:44:55-07:00",
    "show": 23663,
    "show_uri": "https://api.kexp.org/v2/shows/23663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Murder (Or a Heart Attack)",
    "track_id": null,
    "recording_id": null,
    "artist": "Old 97's",
    "artist_ids": [
        "8dd216da-6db2-4130-9a7c-ece756d1394d"
    ],
    "album": "Hit By A Train",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "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"
}