Information about plays

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

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

{
    "id": 495246,
    "uri": "https://api.kexp.org/v2/plays/495246/?format=api",
    "airdate": "2001-12-10T09:25:00-08:00",
    "show": 8494,
    "show_uri": "https://api.kexp.org/v2/shows/8494/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Girl With the Cross in Her Car",
    "track_id": "b0e7f11f-e613-42d0-9d65-22c377ee8aa0",
    "recording_id": null,
    "artist": "The Dark Fantastic",
    "artist_ids": [
        "fb777770-9a78-4618-85ab-9416c90e9895"
    ],
    "album": "The Dark Fantastic",
    "release_id": "cc2ab284-ce3d-432c-b1e1-ab7f4b09577a",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "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"
}