Information about plays

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

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

{
    "id": 1376631,
    "uri": "https://api.kexp.org/v2/plays/1376631/?format=api",
    "airdate": "2008-05-21T02:33:59-07:00",
    "show": 24028,
    "show_uri": "https://api.kexp.org/v2/shows/24028/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ObW85aYJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ObW85aYJL._SL75_.jpg",
    "song": "Junky Baby",
    "track_id": "48773bb6-6ffe-4e7b-8b92-0c2d508c2e45",
    "recording_id": null,
    "artist": "The Soul Messengers",
    "artist_ids": [
        "4bdb7cdb-b981-4ac2-8ca0-b00257590d31"
    ],
    "album": "Soul Messages From Dimona",
    "release_id": "2da2b595-e8e2-4fcf-a3c7-413aa9bda62f",
    "release_group_id": null,
    "labels": [
        "The Control Group"
    ],
    "label_ids": [
        "285c66f9-f711-4d13-a071-754e08bba631"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}