Information about plays

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

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

{
    "id": 1265651,
    "uri": "https://api.kexp.org/v2/plays/1265651/?format=api",
    "airdate": "2007-08-11T11:15:00-07:00",
    "show": 22159,
    "show_uri": "https://api.kexp.org/v2/shows/22159/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "His Imperial Majesty",
    "track_id": "8987f317-40fb-41c2-8213-478dba9336dc",
    "recording_id": null,
    "artist": "Rod Taylor",
    "artist_ids": [
        "bb5c2658-8d89-4abd-94be-e2a325f42c6f"
    ],
    "album": "Rockers Vibration",
    "release_id": "b5d8fc43-ee8d-47b8-8eed-00f83fcf1a8d",
    "release_group_id": null,
    "labels": [
        "Dread at the Controls"
    ],
    "label_ids": [
        "0774fa00-b630-4f30-9318-a4f8a9baa2e6"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}