Information about plays

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

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

{
    "id": 420664,
    "uri": "https://api.kexp.org/v2/plays/420664/?format=api",
    "airdate": "2001-05-03T03:56:00-07:00",
    "show": 7039,
    "show_uri": "https://api.kexp.org/v2/shows/7039/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519GPVBQ7KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519GPVBQ7KL._SL75_.jpg",
    "song": "Interstellar Overdrive",
    "track_id": null,
    "recording_id": null,
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Piper at the Gates of Dawn",
    "release_id": "1f715142-a0ef-48c8-9e72-c402e5bad13f",
    "release_group_id": null,
    "labels": [
        "東芝EMI 株式会社"
    ],
    "label_ids": [
        "d5a60c75-26e2-4363-a5db-58c12b578cd5"
    ],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}