Information about plays

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

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

{
    "id": 1364832,
    "uri": "https://api.kexp.org/v2/plays/1364832/?format=api",
    "airdate": "2008-04-21T10:05:09-07:00",
    "show": 23832,
    "show_uri": "https://api.kexp.org/v2/shows/23832/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51B2Jk84wfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51B2Jk84wfL._SL75_.jpg",
    "song": "Jumpers",
    "track_id": null,
    "recording_id": null,
    "artist": "Sleater-Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "The Woods",
    "release_id": "bc5a8cae-c0f3-4dfd-a651-958dc1b3d0b7",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-05-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}