Information about plays

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

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

{
    "id": 441654,
    "uri": "https://api.kexp.org/v2/plays/441654/?format=api",
    "airdate": "2001-07-04T20:56:28-07:00",
    "show": 7450,
    "show_uri": "https://api.kexp.org/v2/shows/7450/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gPBPu3T-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gPBPu3T-L._SL75_.jpg",
    "song": "Oh Happy Day",
    "track_id": "64993259-009f-4224-974d-9f28ceb560d4",
    "recording_id": null,
    "artist": "Edwin Hawkins Singers",
    "artist_ids": [
        "a3d57b03-9fb7-4eee-9acd-17713803c553"
    ],
    "album": "Simply the Best of the 60's (disc 4)",
    "release_id": "2ef77260-0091-4180-9c71-e0f092141708",
    "release_group_id": null,
    "labels": [
        "BMG UK & Ireland"
    ],
    "label_ids": [
        "710b20fe-818a-46c9-b985-90ed2d48f6ad"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}