Information about plays

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

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

{
    "id": 349834,
    "uri": "https://api.kexp.org/v2/plays/349834/?format=api",
    "airdate": "2019-07-04T01:49:34-07:00",
    "show": 5827,
    "show_uri": "https://api.kexp.org/v2/shows/5827/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Side",
    "track_id": null,
    "recording_id": null,
    "artist": "Lifetones",
    "artist_ids": [],
    "album": "Fingertracks: Vol 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ESP Institute"
    ],
    "label_ids": [
        "5889772a-7754-4413-9bb0-7d7533066dea"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excellent compilation curated by topnotch selector Andrew “Lovefingers” Hogge - https://esp-institute.com/album/fingertracks-vol-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}