Information about plays

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

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

{
    "id": 1402426,
    "uri": "https://api.kexp.org/v2/plays/1402426/?format=api",
    "airdate": "2008-07-27T03:15:44-07:00",
    "show": 24469,
    "show_uri": "https://api.kexp.org/v2/shows/24469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He's a Rat",
    "track_id": "01d5b0c9-3488-4914-9ae8-54f27d4919ce",
    "recording_id": null,
    "artist": "Bad Wizard",
    "artist_ids": [
        "4899536b-3fdb-46c6-aeeb-6a7304dfb723"
    ],
    "album": "Sky High",
    "release_id": "da03b289-22b3-4c59-9ba8-dcc4b26e9f59",
    "release_group_id": null,
    "labels": [
        "Howler Records"
    ],
    "label_ids": [
        "b8a436f3-725f-443d-93a2-c800f657fa5a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}