Information about plays

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

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

{
    "id": 2681234,
    "uri": "https://api.kexp.org/v2/plays/2681234/?format=api",
    "airdate": "2020-01-02T13:55:02-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "https://coverartarchive.org/release/656f62d3-9122-425e-99de-88857b417fcb/17914840313-250.jpg",
    "thumbnail_uri": "",
    "song": "I Carried This for Years",
    "track_id": "009261e4-65ba-4f4f-a894-582c5d9c7184",
    "recording_id": null,
    "artist": "Ibeyi",
    "artist_ids": [
        "a4e3e7ca-87d7-4d5d-8a36-72e5f043e378"
    ],
    "album": "Ash",
    "release_id": "656f62d3-9122-425e-99de-88857b417fcb",
    "release_group_id": null,
    "labels": [
        "XL Records"
    ],
    "label_ids": [
        "8ef94814-0570-474d-8bc3-9a3d0ff30c73"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stream the beautiful sounds of this sister duo here: https://bit.ly/39rUtLw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}