Information about plays

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

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

{
    "id": 349535,
    "uri": "https://api.kexp.org/v2/plays/349535/?format=api",
    "airdate": "2019-07-03T10:17:30-07:00",
    "show": 5823,
    "show_uri": "https://api.kexp.org/v2/shows/5823/?format=api",
    "image_uri": "http://coverartarchive.org/release/e445ccca-63aa-4da5-a7ae-66989c62c4c3/14435380307-250.jpg",
    "thumbnail_uri": "",
    "song": "Hello Transmission",
    "track_id": "95952c6d-282d-4e56-ba57-f09d606facad",
    "recording_id": null,
    "artist": "Arbor Labor Union",
    "artist_ids": [
        "42bf37c1-4485-4e80-8a81-73d02a1760ec"
    ],
    "album": "I Hear You",
    "release_id": "e445ccca-63aa-4da5-a7ae-66989c62c4c3",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2016-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}