Information about plays

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

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

{
    "id": 379219,
    "uri": "https://api.kexp.org/v2/plays/379219/?format=api",
    "airdate": "2019-09-10T17:07:30-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "http://coverartarchive.org/release/12e42062-3563-4cef-9558-1da5a9cf12dc/7039596002-250.jpg",
    "thumbnail_uri": "",
    "song": "You Are a Tourist",
    "track_id": "492ed3ef-4f61-4425-a44d-9bbdfaa87260",
    "recording_id": null,
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "Codes and Keys",
    "release_id": "12e42062-3563-4cef-9558-1da5a9cf12dc",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2011-05-31",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "An anonymous email from a listener said, \"I want to share with you and your audience \"You are a tourist\", by Death Cab For Cutie. This song always makes me feel better because I feel it so full of hope. First time I hear it I moved to another city, I left my family and friends behind.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}