Information about plays

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

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

{
    "id": 349395,
    "uri": "https://api.kexp.org/v2/plays/349395/?format=api",
    "airdate": "2019-07-03T03:00:25-07:00",
    "show": 5821,
    "show_uri": "https://api.kexp.org/v2/shows/5821/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Left Door",
    "track_id": "8576d3b4-8160-4041-9bd4-86a3a453bc48",
    "recording_id": null,
    "artist": "Mega Bog",
    "artist_ids": [
        "4343ece5-c46d-4457-a580-ef1cefa9546d"
    ],
    "album": "Dolphine",
    "release_id": "501e8821-6cb8-4bab-8504-8a08731cc667",
    "release_group_id": null,
    "labels": [
        "Paradise of Bachelors"
    ],
    "label_ids": [
        "e7adcd99-a797-4b0e-9cea-cc2672e101aa"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excellent new record from Mega Bog out now! (members of Big Thief, iji and Hand Habits helping out on it too) - https://megabog.bandcamp.com/album/dolphine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}