Information about plays

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

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

{
    "id": 344155,
    "uri": "https://api.kexp.org/v2/plays/344155/?format=api",
    "airdate": "2019-06-20T22:48:23-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/5cae3639-77a2-4ca2-823d-442310cceec8/2840490074-250.jpg",
    "thumbnail_uri": "",
    "song": "Summer Music",
    "track_id": "8666a1e0-697b-3086-9065-0b7e62bff51d",
    "recording_id": null,
    "artist": "Advance Base",
    "artist_ids": [
        "3bbdb641-e999-4d88-b8df-e115cc98e131"
    ],
    "album": "A Shut-In's Prayer",
    "release_id": "5cae3639-77a2-4ca2-823d-442310cceec8",
    "release_group_id": null,
    "labels": [
        "Caldo Verde Records"
    ],
    "label_ids": [
        "917d7b74-49c1-4ddc-8407-5de4fa31739a"
    ],
    "release_date": "2012-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Depressed, nostalgia-obsessed, lo-fi pop made out of electric pianos & drum machines by Owen Ashworth (formerly of Casiotone for the Painfully Alone)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}