Information about plays

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

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

{
    "id": 430397,
    "uri": "https://api.kexp.org/v2/plays/430397/?format=api",
    "airdate": "2001-06-01T18:28:41-07:00",
    "show": 7234,
    "show_uri": "https://api.kexp.org/v2/shows/7234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy Over You",
    "track_id": "673c7731-ee88-4eac-8c6d-10e366bab873",
    "recording_id": null,
    "artist": "The Kool Gents",
    "artist_ids": [
        "d155368c-8c87-4880-8667-095a79844a84"
    ],
    "album": "Rock the Joint (disc 2)",
    "release_id": "fe17b5e7-3488-4852-8e22-0a5c4a26b8f9",
    "release_group_id": null,
    "labels": [
        "Castle Pulse"
    ],
    "label_ids": [
        "123faf47-cdac-4874-ae4b-6f0bab2b9703"
    ],
    "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"
}