Information about plays

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

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

{
    "id": 459612,
    "uri": "https://api.kexp.org/v2/plays/459612/?format=api",
    "airdate": "2001-08-26T02:55:23-07:00",
    "show": 7794,
    "show_uri": "https://api.kexp.org/v2/shows/7794/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Snatzomobile",
    "track_id": "34e31721-6916-4c91-b5c5-ea7f9df4a40c",
    "recording_id": null,
    "artist": "The Revillos",
    "artist_ids": [
        "38461f4f-b9dc-4dc7-b1b5-d9984e5886ba"
    ],
    "album": "Attack!",
    "release_id": "cdbb4762-d92b-458a-b7aa-c6ee2436febd",
    "release_group_id": null,
    "labels": [
        "Superville Records"
    ],
    "label_ids": [
        "cdb3e546-d72b-44ee-a75f-b22380d45e4c"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}