Information about plays

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

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

{
    "id": 349940,
    "uri": "https://api.kexp.org/v2/plays/349940/?format=api",
    "airdate": "2019-07-04T07:06:22-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Late Late Late",
    "track_id": "fb67e7ad-040a-4988-bf3b-61ef2b7f472f",
    "recording_id": null,
    "artist": "Lost Lander",
    "artist_ids": [
        "58ebd5a0-34f1-4941-9fdd-00e619760dad"
    ],
    "album": "Aberdeen",
    "release_id": "225b75bd-617e-4b69-a4fd-6f54afd405db",
    "release_group_id": null,
    "labels": [
        "Glad I Did Recordings"
    ],
    "label_ids": [
        "ac01a268-08b6-4270-8ce4-5b0c27cb5542"
    ],
    "release_date": "2019-08-04",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland band made up of Matt Sheehy on vocals, Sarah Fennell on keyboards, Patrick Hughes on drums, and William Seiji Marsh on bass. Their new album is due on August 4th, find it here: https://lostlander.bandcamp.com/album/aberdeen-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}