Information about plays

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

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

{
    "id": 416261,
    "uri": "https://api.kexp.org/v2/plays/416261/?format=api",
    "airdate": "2001-04-19T04:35:17-07:00",
    "show": 6946,
    "show_uri": "https://api.kexp.org/v2/shows/6946/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baptiste",
    "track_id": "58e46c1e-109f-4508-a2c8-21abde593d31",
    "recording_id": null,
    "artist": "The Standard",
    "artist_ids": [
        "24b450f8-cbb4-4a44-a201-49c9e3de36ef"
    ],
    "album": "The Standard",
    "release_id": "251cde8d-e451-4f6c-ac37-25f02a7ab3df",
    "release_group_id": null,
    "labels": [
        "Barbaric"
    ],
    "label_ids": [],
    "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"
}