Information about plays

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

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

{
    "id": 2679101,
    "uri": "https://api.kexp.org/v2/plays/2679101/?format=api",
    "airdate": "2019-12-28T10:00:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Careful",
    "track_id": null,
    "recording_id": null,
    "artist": "Mortimer",
    "artist_ids": [
        "bd3f39f5-5901-4309-a8f9-2023fe9aadb8"
    ],
    "album": "Careful",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Easy Star Records"
    ],
    "label_ids": [],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mortimer’s first two singles from the EP made waves in the reggae world, including “Careful,” which was championed by BBC Radio’s David Rodigan and selected by Apple Music Editors as one of only two Jamaican records to be featured on their “Best of 2018” Editorial Playlist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}