Information about plays

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

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

{
    "id": 421204,
    "uri": "https://api.kexp.org/v2/plays/421204/?format=api",
    "airdate": "2001-05-04T16:22:06-07:00",
    "show": 7050,
    "show_uri": "https://api.kexp.org/v2/shows/7050/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RZa-dHVaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RZa-dHVaL._SL75_.jpg",
    "song": "A Song for You",
    "track_id": "83f33066-9187-4be2-aa74-2f6ab4843ffe",
    "recording_id": null,
    "artist": "Gram Parsons",
    "artist_ids": [
        "cbc83fb1-2c23-4ad1-9187-594b30da3f21"
    ],
    "album": "Sacred Hearts & Fallen Angels: The Gram Parsons Anthology (disc 2)",
    "release_id": "44337b49-2e07-419b-b55e-2ee13a2f6733",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}