Information about plays

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

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

{
    "id": 421233,
    "uri": "https://api.kexp.org/v2/plays/421233/?format=api",
    "airdate": "2001-05-04T18:05:42-07:00",
    "show": 7051,
    "show_uri": "https://api.kexp.org/v2/shows/7051/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Full Grown Cat",
    "track_id": "f35c378b-d8ef-43e9-a08a-f81b1f9eb9fb",
    "recording_id": null,
    "artist": "The McKoys",
    "artist_ids": [
        "9928ce81-239f-4bf8-a892-b78cb5fd3b6f"
    ],
    "album": "Don't Mess With My Ducktail",
    "release_id": "e8ff296a-652d-4f0f-86a1-1e4734d45846",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}