Information about plays

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

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

{
    "id": 376411,
    "uri": "https://api.kexp.org/v2/plays/376411/?format=api",
    "airdate": "2019-09-04T06:05:38-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "http://coverartarchive.org/release/4d172642-ca71-38c7-aa95-5a498dd5b8fb/10582180974-250.jpg",
    "thumbnail_uri": "",
    "song": "Sexy Boy",
    "track_id": "bf76ffc1-8e82-38a3-bc16-2d074b365d8a",
    "recording_id": null,
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Moon Safari",
    "release_id": "4d172642-ca71-38c7-aa95-5a498dd5b8fb",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1998-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Air's Nicolas Godin, \"One day I played a riff to JB and he said “sexy boy” out of the blue – and that was how we got the song. If we’d sung “sexy girl”, it would have been a disaster. Sexy Boy felt different.\" - https://bit.ly/1TOvOqq",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}