Information about plays

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

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

{
    "id": 414707,
    "uri": "https://api.kexp.org/v2/plays/414707/?format=api",
    "airdate": "2001-04-12T08:00:00-07:00",
    "show": 6916,
    "show_uri": "https://api.kexp.org/v2/shows/6916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One too many Morning",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Dylan and The Band",
    "artist_ids": [],
    "album": "Live in England, May 1966",
    "release_id": "44397c0a-fb71-41c9-957f-d398a4c3ca58",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "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"
}