Information about plays

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

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

{
    "id": 350089,
    "uri": "https://api.kexp.org/v2/plays/350089/?format=api",
    "airdate": "2019-07-04T15:58:03-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/e3049d4c-f08c-4a74-996f-e9f10c4c5076/15340921581-250.jpg",
    "thumbnail_uri": "",
    "song": "4th of July, Philadelphia (Sandy)",
    "track_id": "aed89e90-2a4d-43bb-bfaf-5ad379106bb9",
    "recording_id": null,
    "artist": "Cymbals Eat Guitars",
    "artist_ids": [
        "3e0e78e8-cf0c-46e3-84fe-555a3e8ad4d4"
    ],
    "album": "Pretty Years",
    "release_id": "e3049d4c-f08c-4a74-996f-e9f10c4c5076",
    "release_group_id": null,
    "labels": [
        "Sinderlyn"
    ],
    "label_ids": [
        "228a2488-ccc4-4cc0-8a0b-54099594b9f0"
    ],
    "release_date": "2016-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}