Information about plays

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

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

{
    "id": 426436,
    "uri": "https://api.kexp.org/v2/plays/426436/?format=api",
    "airdate": "2001-05-21T04:23:20-07:00",
    "show": 7160,
    "show_uri": "https://api.kexp.org/v2/shows/7160/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nmzop4c9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nmzop4c9L._SL75_.jpg",
    "song": "Where Eagles Dare",
    "track_id": "99b318e7-38c2-4c0e-8443-f6c976e9f31c",
    "recording_id": null,
    "artist": "Misfits",
    "artist_ids": [
        "936addc3-91aa-49de-8ec0-0dc186de151f"
    ],
    "album": "Legacy of Brutality",
    "release_id": "7abc77cd-6a31-4664-83eb-9d91b24a13e7",
    "release_group_id": null,
    "labels": [
        "Plan 9"
    ],
    "label_ids": [
        "3fdd3460-7077-4d8b-9420-0622e496d9dd"
    ],
    "release_date": "1985-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}