Information about plays

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

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

{
    "id": 349780,
    "uri": "https://api.kexp.org/v2/plays/349780/?format=api",
    "airdate": "2019-07-03T22:45:42-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "http://coverartarchive.org/release/7a1803a8-42c6-4c0f-920b-bfa3b2562ab2/22512342821-250.jpg",
    "thumbnail_uri": "",
    "song": "Atlantic Oscillations",
    "track_id": "abc2f326-0398-485d-ba3d-79983a0340dc",
    "recording_id": null,
    "artist": "Quantic",
    "artist_ids": [
        "f1560407-8826-4ec9-b78f-e0c3fa3ea4f5"
    ],
    "album": "Atlantic Oscillations",
    "release_id": "7a1803a8-42c6-4c0f-920b-bfa3b2562ab2",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2019-03-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Nectar Lounge on Saturday August 31st",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}