Information about plays

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

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

{
    "id": 357672,
    "uri": "https://api.kexp.org/v2/plays/357672/?format=api",
    "airdate": "2019-07-22T14:22:22-07:00",
    "show": 5963,
    "show_uri": "https://api.kexp.org/v2/shows/5963/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "GRoCERIES",
    "track_id": "a1c2d719-adb2-452f-94da-3f50236a60c9",
    "recording_id": null,
    "artist": "Chance the Rapper featuring Tisakorean & Murda Beatz",
    "artist_ids": [
        "91376b53-c37d-4eed-ac24-63d167af6885"
    ],
    "album": "GRoCERIES",
    "release_id": "cfd3caae-7a2d-4812-b1ef-e5fea183a672",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Just days ago, Chance the Rapper sat down with Jimmy Fallon on “The Tonight Show,” and during the chat, he decided to reveal more information about his official debut album. It’s been available for pre-order, but the title and release date were unknown. It’s called <i>The Big Day</i>, and it’s out July 26th. https://bit.ly/2JTM33E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}