Information about plays

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

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

{
    "id": 2678784,
    "uri": "https://api.kexp.org/v2/plays/2678784/?format=api",
    "airdate": "2019-12-27T13:37:11-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Head No Backstage Pass",
    "track_id": "6044de59-a73e-4b83-86ba-f023766f2c8f",
    "recording_id": null,
    "artist": "Imij",
    "artist_ids": [
        "0ebe2a81-8478-4153-9165-acc337b7ba92"
    ],
    "album": "The In Gods You Lust",
    "release_id": "bdf7cd88-a8fb-49d8-8ae9-17bcd1db9bca",
    "release_group_id": null,
    "labels": [
        "Babylon Records"
    ],
    "label_ids": [
        "be2832ab-7503-4e27-bc62-dc488eee7c48"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The KEXP blog has a whole article written up about IMIJ, and a great interview with Eva Walker, host of Audioasis! Check it out over thisaway 👉 https://www.kexp.org/read/2019/5/7/sound-vision-imij-all-black-seattle-band-youve-never-heard-of/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}