Information about plays

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

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

{
    "id": 1417321,
    "uri": "https://api.kexp.org/v2/plays/1417321/?format=api",
    "airdate": "2008-09-02T11:59:21-07:00",
    "show": 24721,
    "show_uri": "https://api.kexp.org/v2/shows/24721/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Fux7tkUJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Fux7tkUJL._AA220_.jpg",
    "song": "Aly, Walk With Me",
    "track_id": "0139ec9d-04c1-41c8-9c1a-537e69edde92",
    "recording_id": null,
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Live at KEXP, Volume 4",
    "release_id": "77b52563-57fa-4553-863b-390ed2b1a4b3",
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}