Information about plays

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

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

{
    "id": 379223,
    "uri": "https://api.kexp.org/v2/plays/379223/?format=api",
    "airdate": "2019-09-10T17:18:00-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fell on Hard Times",
    "track_id": "3d8e1b91-0348-32bd-a99d-800f88d5759f",
    "recording_id": null,
    "artist": "Neal Casal",
    "artist_ids": [
        "65e26778-804e-47a2-9b60-6be8b851df69"
    ],
    "album": "Anytime Tomorrow",
    "release_id": "4f4f108d-1816-4d41-b433-3e1813ef1569",
    "release_group_id": null,
    "labels": [
        "Fargo Records"
    ],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you or someone you know is in crisis\nand needs immediate help, call the toll-free, 24-hour hotline of the\nNational Suicide Prevention Lifeline at 1-800-273-TALK (1-800-273-8255)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}