Information about plays

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

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

{
    "id": 374723,
    "uri": "https://api.kexp.org/v2/plays/374723/?format=api",
    "airdate": "2019-08-31T03:10:30-07:00",
    "show": 6235,
    "show_uri": "https://api.kexp.org/v2/shows/6235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dog Eat Dog",
    "track_id": null,
    "recording_id": null,
    "artist": "Fela Aníkúlápó Kuti and Afrika 70",
    "artist_ids": [],
    "album": "No Agreement",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Afrodisia"
    ],
    "label_ids": [
        "e69119d4-36c1-4e76-938f-a033c81e8d5e"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The comparatively short B-side (15:33 vs 15:35)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}