Information about plays

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

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

{
    "id": 347385,
    "uri": "https://api.kexp.org/v2/plays/347385/?format=api",
    "airdate": "2019-06-28T10:42:34-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "http://coverartarchive.org/release/136c2014-5d93-4282-85d0-4dbb6b5872eb/3370186928-250.jpg",
    "thumbnail_uri": "",
    "song": "She Will Only Bring You Happiness",
    "track_id": "c3407109-4351-3be4-b166-2b3817fb7a34",
    "recording_id": null,
    "artist": "mclusky",
    "artist_ids": [
        "26860648-1c93-4849-bc52-a8541ec88219"
    ],
    "album": "The Difference Between Me and You Is That I’m Not on Fire",
    "release_id": "136c2014-5d93-4282-85d0-4dbb6b5872eb",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "2004-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}