Information about plays

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

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

{
    "id": 446108,
    "uri": "https://api.kexp.org/v2/plays/446108/?format=api",
    "airdate": "2001-07-17T23:56:28-07:00",
    "show": 7535,
    "show_uri": "https://api.kexp.org/v2/shows/7535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Riverbed",
    "track_id": "e69500ee-e686-483f-a495-d0ec3af68bd4",
    "recording_id": null,
    "artist": "Monks of Doom",
    "artist_ids": [
        "3eabadd7-5766-436d-a7d3-dd85bc209ffe"
    ],
    "album": "Meridian",
    "release_id": "fd0dc3ac-27ba-43bd-bee7-ef820f860f88",
    "release_group_id": null,
    "labels": [
        "Baited Breath"
    ],
    "label_ids": [],
    "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"
}