Information about plays

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

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

{
    "id": 366040,
    "uri": "https://api.kexp.org/v2/plays/366040/?format=api",
    "airdate": "2019-08-11T15:20:59-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "http://coverartarchive.org/release/7dea8184-1420-42f2-9b17-1ef9d6db8d4d/18160110353-250.jpg",
    "thumbnail_uri": "",
    "song": "Recovery",
    "track_id": "88bc0f49-06d6-42e2-9d3a-0a4304024d22",
    "recording_id": null,
    "artist": "Cults",
    "artist_ids": [
        "4c671d5a-7027-4398-8055-03e61d1a3967"
    ],
    "album": "Offering",
    "release_id": "7dea8184-1420-42f2-9b17-1ef9d6db8d4d",
    "release_group_id": null,
    "labels": [
        "Sinderlyn"
    ],
    "label_ids": [
        "228a2488-ccc4-4cc0-8a0b-54099594b9f0"
    ],
    "release_date": "2017-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cults did a live performance for KEXP in NYC a whole 8 years ago! here's a video: https://www.youtube.com/watch?v=_031LlZCnCg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}