Information about plays

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

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

{
    "id": 2675248,
    "uri": "https://api.kexp.org/v2/plays/2675248/?format=api",
    "airdate": "2019-12-19T06:06:06-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/b6a40adb-a171-440b-955a-e5e1c136a5a2/2098682795-250.jpg",
    "thumbnail_uri": "",
    "song": "We Are Fine",
    "track_id": "cb148bad-0f03-3890-8a01-999d1d4fd0bc",
    "recording_id": null,
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Tramp",
    "release_id": "b6a40adb-a171-440b-955a-e5e1c136a5a2",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2012-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#55 Most Played on JITM 2019 | Van Etten stated in an interview to NPR in 2012 that, \"I wrote the song about a friend talking me through a panic attack. [In] moving to New York City and doing what I do, social anxiety is a really ridiculous kind of curse to have. But I met people along the way who deal with it — performers as well — and they are learning to deal with it daily and deal with it in different ways.\" This song also features Zach Condon of Beirut on vocals, who shares the struggles of anxiety with her.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}