Information about plays

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

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

{
    "id": 357614,
    "uri": "https://api.kexp.org/v2/plays/357614/?format=api",
    "airdate": "2019-07-22T11:08:27-07:00",
    "show": 5962,
    "show_uri": "https://api.kexp.org/v2/shows/5962/?format=api",
    "image_uri": "http://coverartarchive.org/release/a19027ed-e765-42e9-a8f3-9d715caf5ffb/23605196036-250.jpg",
    "thumbnail_uri": "",
    "song": "Chlorine",
    "track_id": "c1fe898b-16c5-4b3e-8aa0-aa4e5361a16f",
    "recording_id": null,
    "artist": "Penelope Isles",
    "artist_ids": [
        "4128f87a-cc9f-48b7-bb21-9c0804d362bf"
    ],
    "album": "Until the Tide Creeps In",
    "release_id": "a19027ed-e765-42e9-a8f3-9d715caf5ffb",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Crocodile Wednesday, October 30. Penelope Isles hails from Brighton, England. https://www.penelopeisles.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}