Information about plays

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

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

{
    "id": 2682202,
    "uri": "https://api.kexp.org/v2/plays/2682202/?format=api",
    "airdate": "2020-01-04T22:16:00-08:00",
    "show": 46294,
    "show_uri": "https://api.kexp.org/v2/shows/46294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Best Hung Carrot in the Fridge",
    "track_id": "9627f1e9-e1aa-3ff7-8470-37b57d1d06b2",
    "recording_id": null,
    "artist": "Chixdiggit!",
    "artist_ids": [
        "4ce7c52b-f532-41c4-86ec-34f18b2a37c0"
    ],
    "album": "Best Hung Carrot in the Fridge",
    "release_id": "eec30bf8-47f7-4889-bcb2-4a0df0296a8c",
    "release_group_id": null,
    "labels": [
        "Lance Rock Records"
    ],
    "label_ids": [
        "fba66905-283e-4d46-93f6-e2d77cece837"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}