Information about plays

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

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

{
    "id": 481225,
    "uri": "https://api.kexp.org/v2/plays/481225/?format=api",
    "airdate": "2001-10-28T21:56:15-08:00",
    "show": 8216,
    "show_uri": "https://api.kexp.org/v2/shows/8216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CN71VEJBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CN71VEJBL._SL75_.jpg",
    "song": "Blue Nile",
    "track_id": "e063d421-88e2-4e05-b2ee-baa96436a5e7",
    "recording_id": null,
    "artist": "Alice Coltrane",
    "artist_ids": [
        "d24fc285-7b2f-47da-8ac5-4070b08570b1"
    ],
    "album": "Ptah, the El Daoud",
    "release_id": "5c18f9b1-f3c2-4458-ae19-685c6bc0879f",
    "release_group_id": null,
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}