Information about plays

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

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

{
    "id": 1361834,
    "uri": "https://api.kexp.org/v2/plays/1361834/?format=api",
    "airdate": "2008-04-13T22:17:00-07:00",
    "show": 23781,
    "show_uri": "https://api.kexp.org/v2/shows/23781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dead Souls - Radioslave remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Mlle Caro & Frank García",
    "artist_ids": [
        "7b290da1-03f2-4d91-8f6e-0e4930e39831"
    ],
    "album": "12''single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Buzzin' Fly"
    ],
    "label_ids": [
        "f58041a3-1438-4e66-911e-bf34378e0ea4"
    ],
    "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"
}