Information about plays

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

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

{
    "id": 1213445,
    "uri": "https://api.kexp.org/v2/plays/1213445/?format=api",
    "airdate": "2007-03-30T18:13:00-07:00",
    "show": 21268,
    "show_uri": "https://api.kexp.org/v2/shows/21268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Think About Living",
    "track_id": "8abdd554-3d5b-475f-8ef6-64b5c1f1f6c4",
    "recording_id": null,
    "artist": "Bob Luman",
    "artist_ids": [
        "7f052c8a-fa5f-47cc-8cd2-43a409fb97a3"
    ],
    "album": "Country's Greatest (disc 3)",
    "release_id": "9b92914a-2f1f-40ff-b86c-81cf53e69ac4",
    "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"
}