Information about plays

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

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

{
    "id": 2678303,
    "uri": "https://api.kexp.org/v2/plays/2678303/?format=api",
    "airdate": "2019-12-26T07:35:59-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "https://coverartarchive.org/release/90474ab4-be0b-4643-88ed-4ee7e0dc5613/19256215788-250.jpg",
    "thumbnail_uri": "",
    "song": "Money",
    "track_id": "0c71aef9-f11f-4ddf-91df-c3191948be45",
    "recording_id": null,
    "artist": "Caroline Rose",
    "artist_ids": [
        "17862c0f-a9b1-46dd-b85d-7af965974afd"
    ],
    "album": "LONER",
    "release_id": "90474ab4-be0b-4643-88ed-4ee7e0dc5613",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2018-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the music video for \"Money:\" https://youtu.be/NcOPz7Kby1A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}