Information about plays

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

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

{
    "id": 1317547,
    "uri": "https://api.kexp.org/v2/plays/1317547/?format=api",
    "airdate": "2007-12-23T09:38:00-08:00",
    "show": 23040,
    "show_uri": "https://api.kexp.org/v2/shows/23040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love for Christmas",
    "track_id": null,
    "recording_id": null,
    "artist": "Felix Gross",
    "artist_ids": [
        "2e96cc8e-1181-493d-84fe-94327be0fa31"
    ],
    "album": "VA - Savoy Christmas Blues",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Savoy Jazz"
    ],
    "label_ids": [
        "83b99127-6ecc-4034-a194-9ea99a1a1c8a"
    ],
    "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"
}