Information about plays

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

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

{
    "id": 356825,
    "uri": "https://api.kexp.org/v2/plays/356825/?format=api",
    "airdate": "2019-07-20T10:22:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dark End of the Street",
    "track_id": null,
    "recording_id": null,
    "artist": "Pat Kelly",
    "artist_ids": [
        "92bb6421-ce32-448f-8b6c-70992fb4e8c4"
    ],
    "album": "This is Trojan - Boss Reggae",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Trojan"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Dark End of the Street\" by Pat Kelly is a cover of James Carr's \"The Dark End of the Street\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}