Information about plays

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

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

{
    "id": 349261,
    "uri": "https://api.kexp.org/v2/plays/349261/?format=api",
    "airdate": "2019-07-02T22:14:34-07:00",
    "show": 5820,
    "show_uri": "https://api.kexp.org/v2/shows/5820/?format=api",
    "image_uri": "http://coverartarchive.org/release/3806e33e-0f0b-4abf-8cb3-db2789af66db/18406255307-250.jpg",
    "thumbnail_uri": "",
    "song": "The One to Wait",
    "track_id": "16ced2de-6415-413f-9a53-1b5ce00445c3",
    "recording_id": null,
    "artist": "CCFX",
    "artist_ids": [
        "0c5ef09a-e32a-4089-8981-948d1891ecfb"
    ],
    "album": "CCFX EP",
    "release_id": "3806e33e-0f0b-4abf-8cb3-db2789af66db",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2017-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "CCFX is acollaboration of Mary Jane Dunphe (Vexx, CC Dust) and members of Olympia band Trans FX.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}