Information about plays

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

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

{
    "id": 1308336,
    "uri": "https://api.kexp.org/v2/plays/1308336/?format=api",
    "airdate": "2007-11-29T20:24:42-08:00",
    "show": 22884,
    "show_uri": "https://api.kexp.org/v2/shows/22884/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61CVEgpwHiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61CVEgpwHiL._SL75_.jpg",
    "song": "Never Again",
    "track_id": "8569ce90-6c66-4f15-bf80-1282cfc64008",
    "recording_id": null,
    "artist": "The Sadies",
    "artist_ids": [
        "72f7495f-d40f-4c96-93bb-7fe1c9b23cbb"
    ],
    "album": "New Seasons",
    "release_id": "70c09f4e-4b08-4155-b57d-3277ac470585",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2007-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}