Information about plays

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

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

{
    "id": 1286470,
    "uri": "https://api.kexp.org/v2/plays/1286470/?format=api",
    "airdate": "2007-10-03T08:53:00-07:00",
    "show": 22509,
    "show_uri": "https://api.kexp.org/v2/shows/22509/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take me to the Hospital",
    "track_id": null,
    "recording_id": null,
    "artist": "The Faint",
    "artist_ids": [
        "a1419808-65d3-4d40-998c-1a0bac65eabc"
    ],
    "album": "Saddle Creek 50 Compilation",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Saddle Creek Europe"
    ],
    "label_ids": [
        "8b722ca8-5341-48f2-bba6-bbb0a1adcacc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}