Information about plays

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

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

{
    "id": 1355426,
    "uri": "https://api.kexp.org/v2/plays/1355426/?format=api",
    "airdate": "2008-03-28T18:00:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Surfer's Anthem",
    "track_id": null,
    "recording_id": null,
    "artist": "Evan Foster",
    "artist_ids": [
        "a6d6e054-c42e-470a-a262-cd24c2c1f78d"
    ],
    "album": "Instrumentals",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Musick"
    ],
    "label_ids": [
        "64a61cc5-2b73-46b7-873e-652111747c54"
    ],
    "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"
}