Information about plays

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

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

{
    "id": 1378817,
    "uri": "https://api.kexp.org/v2/plays/1378817/?format=api",
    "airdate": "2008-05-26T14:12:00-07:00",
    "show": 24065,
    "show_uri": "https://api.kexp.org/v2/shows/24065/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51c16xenh2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51c16xenh2L._SL75_.jpg",
    "song": "Cry",
    "track_id": "05b5d7dc-fc10-411f-968d-6dce2a95c019",
    "recording_id": null,
    "artist": "The Birthday Party",
    "artist_ids": [
        "cbcd4d49-e892-4fc6-a313-35f275a153d2"
    ],
    "album": "Prayers on Fire",
    "release_id": "5e47666a-536f-4541-9d46-16b9f8acaf11",
    "release_group_id": null,
    "labels": [
        "Missing Link"
    ],
    "label_ids": [
        "507d43ef-ad7b-4c2b-af80-e16a97939353"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}