Information about plays

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

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

{
    "id": 1260932,
    "uri": "https://api.kexp.org/v2/plays/1260932/?format=api",
    "airdate": "2007-07-30T15:43:48-07:00",
    "show": 22083,
    "show_uri": "https://api.kexp.org/v2/shows/22083/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Into  My Arms",
    "track_id": null,
    "recording_id": null,
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "The Best of Nick Cave",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "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"
}