Information about plays

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

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

{
    "id": 348018,
    "uri": "https://api.kexp.org/v2/plays/348018/?format=api",
    "airdate": "2019-06-29T23:48:00-07:00",
    "show": 5793,
    "show_uri": "https://api.kexp.org/v2/shows/5793/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dead and Buried",
    "track_id": "630169d2-217f-33bd-b399-50fbf6d8a550",
    "recording_id": null,
    "artist": "Alien Sex Fiend",
    "artist_ids": [
        "3580a118-49e3-4aa1-972a-f5f0ff750dd2"
    ],
    "album": "The Best of Alien Sex Fiend",
    "release_id": "1ac15045-f085-44cc-a7c8-315a3ea8ab70",
    "release_group_id": null,
    "labels": [
        "Anagram Records"
    ],
    "label_ids": [
        "83ca98d2-7d99-40f1-8e60-dc35c7b78508"
    ],
    "release_date": "2001-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}