Information about plays

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

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

{
    "id": 369465,
    "uri": "https://api.kexp.org/v2/plays/369465/?format=api",
    "airdate": "2019-08-19T12:50:26-07:00",
    "show": 6160,
    "show_uri": "https://api.kexp.org/v2/shows/6160/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Way You Look At Me",
    "track_id": "bb23c351-f949-4aef-8a93-09d7129ff2a9",
    "recording_id": null,
    "artist": "The Blue Herons featuring Krissy Vanderwoude",
    "artist_ids": [
        "c25566dd-3aee-4f1d-a5d1-896215872f94"
    ],
    "album": "The Way You Look at Me",
    "release_id": "6908f727-e272-4571-acb6-a36e4827cf71",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song features additional guitars by The Church's former longtime member Marty Willson-Piper. https://theblueherons1.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}