Information about plays

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

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

{
    "id": 345419,
    "uri": "https://api.kexp.org/v2/plays/345419/?format=api",
    "airdate": "2019-06-24T04:54:30-07:00",
    "show": 5760,
    "show_uri": "https://api.kexp.org/v2/shows/5760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Used to Be",
    "track_id": "78084d9e-1a15-4797-a661-1e3b296d9037",
    "recording_id": null,
    "artist": "Weyes Blood",
    "artist_ids": [
        "469d6414-1f06-43de-80d5-17762d4a356a"
    ],
    "album": "Front Row Seat to Earth",
    "release_id": "741e0123-fb4e-423f-b164-1c56036b6cf2",
    "release_group_id": null,
    "labels": [
        "Kemado Records"
    ],
    "label_ids": [
        "f06d8dfc-c489-41e4-a68a-e24f6f9e8a70"
    ],
    "release_date": "2016-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}