Information about plays

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

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

{
    "id": 344106,
    "uri": "https://api.kexp.org/v2/plays/344106/?format=api",
    "airdate": "2019-06-20T20:19:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothin’ Holds Me Down",
    "track_id": "18aac93c-b0c4-4692-ab6f-ffcccd2acbed",
    "recording_id": null,
    "artist": "Ryan Bingham",
    "artist_ids": [
        "61a04f15-0929-4bb6-bd4e-dabdf8e19f68"
    ],
    "album": "American Love Song",
    "release_id": "013165aa-05a2-4a66-9c12-3672f8cbcd5b",
    "release_group_id": null,
    "labels": [
        "Axster Bingham Records"
    ],
    "label_ids": [],
    "release_date": "2019-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.kexp.org/podcasts/music-matters/2019/2/22/music-matters-vol-657-songs-times-these/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}