Information about plays

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

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

{
    "id": 498933,
    "uri": "https://api.kexp.org/v2/plays/498933/?format=api",
    "airdate": "2001-12-20T20:28:00-08:00",
    "show": 8561,
    "show_uri": "https://api.kexp.org/v2/shows/8561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Avery County",
    "track_id": "1483adfc-31fa-47eb-92ca-009d869d0f4c",
    "recording_id": null,
    "artist": "David Olney",
    "artist_ids": [
        "3f7d5d4d-0cdc-41dd-82b0-6b03ace04a6a"
    ],
    "album": "Through a Glass Darkly",
    "release_id": "79d3cdc1-3557-4c7d-806e-43d24c1fe9ac",
    "release_group_id": null,
    "labels": [
        "Philo"
    ],
    "label_ids": [
        "d476b74d-670d-44ab-be5c-2c17caea20a9"
    ],
    "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"
}