Information about plays

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

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

{
    "id": 1303223,
    "uri": "https://api.kexp.org/v2/plays/1303223/?format=api",
    "airdate": "2007-11-16T18:17:00-08:00",
    "show": 22798,
    "show_uri": "https://api.kexp.org/v2/shows/22798/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hurry on Down",
    "track_id": "136437ec-7eea-4b99-8e26-6b252668a31e",
    "recording_id": null,
    "artist": "Nellie Lutcher & Her Rhythm",
    "artist_ids": [
        "d335a5f3-3b9b-461e-ae38-3f74489150fe"
    ],
    "album": "Hurry on Down / The Lady's in Love With You",
    "release_id": "794a8085-9851-4c6e-bc49-87aefea47f44",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1947-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}