Information about plays

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

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

{
    "id": 1276518,
    "uri": "https://api.kexp.org/v2/plays/1276518/?format=api",
    "airdate": "2007-09-07T20:36:00-07:00",
    "show": 22340,
    "show_uri": "https://api.kexp.org/v2/shows/22340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Worry Baby",
    "track_id": "1681af91-6170-4ed8-9386-e7869fd83e31",
    "recording_id": null,
    "artist": "Restless",
    "artist_ids": [
        "fd05a411-d607-4474-b591-8aa4b1236257"
    ],
    "album": "Rock 'n' Roll Train - Best of the Madhouse Years",
    "release_id": "5aa2bfe6-51b3-4740-b610-0ca06f2be046",
    "release_group_id": null,
    "labels": [
        "Raucous Records"
    ],
    "label_ids": [
        "42e2f155-e2b4-48d2-964d-c8206d6e5526"
    ],
    "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"
}