Information about plays

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

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

{
    "id": 2679993,
    "uri": "https://api.kexp.org/v2/plays/2679993/?format=api",
    "airdate": "2019-12-30T15:10:03-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "https://coverartarchive.org/release/b1f741b8-5970-3466-b988-95331d74d982/12041012189-250.jpg",
    "thumbnail_uri": "",
    "song": "Kimberly",
    "track_id": "28176bc3-5be0-3980-96e7-e1d3be2f0258",
    "recording_id": null,
    "artist": "Patti Smith",
    "artist_ids": [
        "d135874d-9cae-4fef-97e3-36acbd9f5a26"
    ],
    "album": "Horses",
    "release_id": "b1f741b8-5970-3466-b988-95331d74d982",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2005-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 73rd birthday, Patti Smith! Thank you for breaking down barriers in the '70s and expanding the possibilities of what rock & roll could do!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}