Information about plays

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

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

{
    "id": 1355445,
    "uri": "https://api.kexp.org/v2/plays/1355445/?format=api",
    "airdate": "2008-03-28T18:42:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cossack Patrol",
    "track_id": "7b111d13-7e03-4449-9dc1-494e2426741e",
    "recording_id": null,
    "artist": "Jumping Jewels",
    "artist_ids": [
        "cdaf2a2f-979f-4fc7-b339-09b8f54b8788"
    ],
    "album": "Ghost Riders in the Sky (disc 1)",
    "release_id": "1b5b21cc-fdaf-43c8-9b81-4ca3160c0397",
    "release_group_id": null,
    "labels": [],
    "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"
}