Information about plays

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

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

{
    "id": 369481,
    "uri": "https://api.kexp.org/v2/plays/369481/?format=api",
    "airdate": "2019-08-19T13:47:55-07:00",
    "show": 6160,
    "show_uri": "https://api.kexp.org/v2/shows/6160/?format=api",
    "image_uri": "http://coverartarchive.org/release/4df009ce-78de-4515-8499-19cc56d66eba/2982497060-250.jpg",
    "thumbnail_uri": "",
    "song": "Portland, Oregon",
    "track_id": "83c6ba7a-6656-3068-bf9f-0a7e5d26a2fc",
    "recording_id": null,
    "artist": "Loretta Lynn feat. Jack White",
    "artist_ids": [
        "3ae2fb37-8a23-429d-9920-bac811c4fc22"
    ],
    "album": "Van Lear Rose",
    "release_id": "4df009ce-78de-4515-8499-19cc56d66eba",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2004-04-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.lorettalynn.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}