Information about plays

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

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

{
    "id": 419226,
    "uri": "https://api.kexp.org/v2/plays/419226/?format=api",
    "airdate": "2001-04-28T18:16:40-07:00",
    "show": 7006,
    "show_uri": "https://api.kexp.org/v2/shows/7006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HP617J8ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HP617J8ZL._SL75_.jpg",
    "song": "Red Room Rocket Ride",
    "track_id": "1659d373-b160-48c6-be22-36a06f2e4519",
    "recording_id": null,
    "artist": "Sunset Valley",
    "artist_ids": [
        "a21ea37a-3481-45cf-8c62-0b00dfe739f8"
    ],
    "album": "The New Speed",
    "release_id": "6caac43d-0e5f-4a29-b43e-9d4efb2f406f",
    "release_group_id": null,
    "labels": [
        "Sugar Free"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}