Information about plays

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

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

{
    "id": 414432,
    "uri": "https://api.kexp.org/v2/plays/414432/?format=api",
    "airdate": "2001-02-25T17:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CW75W25BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CW75W25BL._SL75_.jpg",
    "song": "Some Summer Day",
    "track_id": "fdc6ea6c-5209-40d2-b64f-bbf99df17d6e",
    "recording_id": null,
    "artist": "John Fahey",
    "artist_ids": [
        "95bb27d2-43c7-4a92-85ee-f95a245f0ee4"
    ],
    "album": "Death Chants, Breakdowns and Military Waltzes",
    "release_id": "7d9225f7-1f33-40b4-9619-e29b8066a7a7",
    "release_group_id": null,
    "labels": [
        "Takoma"
    ],
    "label_ids": [
        "8742f485-a50a-4fc2-b59c-7b5a78cf1115"
    ],
    "release_date": "1963-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}