Information about plays

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

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

{
    "id": 346369,
    "uri": "https://api.kexp.org/v2/plays/346369/?format=api",
    "airdate": "2019-06-26T07:03:39-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "http://coverartarchive.org/release/bdbe5b7d-6579-4ff6-832f-172b2e83fdb3/23122333798-250.jpg",
    "thumbnail_uri": "",
    "song": "Melody",
    "track_id": "f3dc1da7-3017-4fac-9dff-8debdce200f6",
    "recording_id": null,
    "artist": "Serge Gainsbourg",
    "artist_ids": [
        "b21ef19b-c6aa-4775-90d3-3cc3e067ce6d"
    ],
    "album": "Histoire de Melody Nelson",
    "release_id": "bdbe5b7d-6579-4ff6-832f-172b2e83fdb3",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2009-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Serge Gainsbourg’s 1971 ‘concept album’ with the storyline \"man meets girl, man seduces girl, girl dies in freak plane crash.\" Melody herself was played by Jane Birkin, who was dating Gainsbourg at the time. - https://pitchfork.com/reviews/albums/12852-histoire-de-melody-nelson/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}