Information about plays

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

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

{
    "id": 415133,
    "uri": "https://api.kexp.org/v2/plays/415133/?format=api",
    "airdate": "2001-04-15T16:00:00-07:00",
    "show": 6924,
    "show_uri": "https://api.kexp.org/v2/shows/6924/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4120FYJ72BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4120FYJ72BL._SL75_.jpg",
    "song": "Sonic Wind",
    "track_id": null,
    "recording_id": null,
    "artist": "Calexico",
    "artist_ids": [
        "5e372a49-5672-4fb8-ba14-18c90780c4f9"
    ],
    "album": "Hot Rail",
    "release_id": "6ce7a7f0-69c4-4937-b544-ef727778c608",
    "release_group_id": null,
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "release_date": "2000-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}