Information about plays

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

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

{
    "id": 414779,
    "uri": "https://api.kexp.org/v2/plays/414779/?format=api",
    "airdate": "2001-04-12T15:00:00-07:00",
    "show": 6918,
    "show_uri": "https://api.kexp.org/v2/shows/6918/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31UFwQ9pIPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31UFwQ9pIPL._SL75_.jpg",
    "song": "Soul Deep",
    "track_id": "57ac95f8-247e-4a05-8e54-192cfbb7a47c",
    "recording_id": null,
    "artist": "The Darkside",
    "artist_ids": [
        "10549670-b30c-413d-a29c-c0e471e8bb97"
    ],
    "album": "All That Noise",
    "release_id": "8b6b5c44-28c2-45c3-bcdc-7a817e338e3f",
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}