Information about plays

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

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

{
    "id": 431947,
    "uri": "https://api.kexp.org/v2/plays/431947/?format=api",
    "airdate": "2001-06-06T14:45:00-07:00",
    "show": 7266,
    "show_uri": "https://api.kexp.org/v2/shows/7266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soulful",
    "track_id": "bbca0c70-436b-4710-8622-ecb996e95cf3",
    "recording_id": null,
    "artist": "Duke Robillard",
    "artist_ids": [
        "ea3c3917-8964-48b9-b4cb-ecf714b95c7d"
    ],
    "album": "Explorer",
    "release_id": "7b11abd2-5653-4451-b134-e6a3ba1b529e",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}