Information about plays

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

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

{
    "id": 357242,
    "uri": "https://api.kexp.org/v2/plays/357242/?format=api",
    "airdate": "2019-07-21T11:26:09-07:00",
    "show": 5955,
    "show_uri": "https://api.kexp.org/v2/shows/5955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Game Of Love",
    "track_id": "6429e276-fe3c-41f0-a3ec-f8e0ab3089b4",
    "recording_id": null,
    "artist": "Willie Hobbs",
    "artist_ids": [
        "2d8df5f1-5514-4230-a94b-548f3093d177"
    ],
    "album": "A Penny For Your Thoughts",
    "release_id": "bb7bf260-7246-4bf8-8733-6985757e5c83",
    "release_group_id": null,
    "labels": [
        "Soulscape"
    ],
    "label_ids": [
        "6667913d-100b-459c-bf0c-2babbd963bf5"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}