Information about plays

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

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

{
    "id": 2674733,
    "uri": "https://api.kexp.org/v2/plays/2674733/?format=api",
    "airdate": "2019-12-18T02:42:00-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let It Go",
    "track_id": "6b8979d4-06ae-4d87-8a7e-03b52da68a7a",
    "recording_id": null,
    "artist": "Doomsquad",
    "artist_ids": [
        "3f85a87d-77fc-440f-a82b-8b66f9c18df5"
    ],
    "album": "Let Yourself Be Seen",
    "release_id": "244e4e27-75b9-4440-ab4f-a231103b0707",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DOOMSQUAD is a Toronto-based experimental trio formed by siblings Trevor, Jaclyn and Allie Blumas. https://doomsquad.bandcamp.com/album/let-yourself-be-seen-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}