Information about plays

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

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

{
    "id": 2677951,
    "uri": "https://api.kexp.org/v2/plays/2677951/?format=api",
    "airdate": "2019-12-25T13:10:22-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Want For Christmas Is A Gogo Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "Bey Ireland & The Tri-Tones Stardusters",
    "artist_ids": [
        "7335d3d1-4b9f-4ea4-838c-4917784e20de"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Newport Music"
    ],
    "label_ids": [
        "c4c8959c-1b66-45c8-a4c3-4a02af2826d1"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}