Information about plays

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

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

{
    "id": 496102,
    "uri": "https://api.kexp.org/v2/plays/496102/?format=api",
    "airdate": "2001-12-12T18:00:00-08:00",
    "show": 8510,
    "show_uri": "https://api.kexp.org/v2/shows/8510/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble So Hard",
    "track_id": "4e619d87-7d8c-4eb8-ab51-5d80e6b40c67",
    "recording_id": null,
    "artist": "Vera Hall",
    "artist_ids": [
        "a4073adb-937f-4e44-8d22-0330720f6f20"
    ],
    "album": "Uncut 2000.06: Unconditionally Guaranteed",
    "release_id": "81240690-877a-4d1b-8e8f-6cb1a234d970",
    "release_group_id": null,
    "labels": [
        "Uncut Magazine"
    ],
    "label_ids": [
        "4fd8d115-5173-419d-8c2a-422563406ae1"
    ],
    "release_date": "2000-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}