Information about plays

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

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

{
    "id": 493548,
    "uri": "https://api.kexp.org/v2/plays/493548/?format=api",
    "airdate": "2001-12-05T06:45:00-08:00",
    "show": 8462,
    "show_uri": "https://api.kexp.org/v2/shows/8462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bent Blue",
    "track_id": "83a853b6-8266-4c78-ab16-4b93f833acd0",
    "recording_id": null,
    "artist": "Jim Hall",
    "artist_ids": [
        "8c12559e-ddcf-472a-8a8c-0f0c3fc91c6a"
    ],
    "album": "Jim Hall & Basses",
    "release_id": "09904bd1-2dab-4b98-a144-3c047b9b3029",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}