Information about plays

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

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

{
    "id": 350930,
    "uri": "https://api.kexp.org/v2/plays/350930/?format=api",
    "airdate": "2019-07-06T16:40:34-07:00",
    "show": 5845,
    "show_uri": "https://api.kexp.org/v2/shows/5845/?format=api",
    "image_uri": "http://coverartarchive.org/release/49aee26c-abd5-4c46-a4c2-79a3189344e4/23327245392-250.jpg",
    "thumbnail_uri": "",
    "song": "HER Love",
    "track_id": "cf94f02e-3448-41a7-96d9-c451b94d8737",
    "recording_id": null,
    "artist": "Common & Daniel Caesar",
    "artist_ids": [
        "b46e298d-d3a5-4695-a03e-63e8c523b23e"
    ],
    "album": "HER Love",
    "release_id": "49aee26c-abd5-4c46-a4c2-79a3189344e4",
    "release_group_id": null,
    "labels": [
        "Concord Music Group"
    ],
    "label_ids": [
        "0dd8c586-acc3-46f8-bd97-db1d3ce089fc"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Common will be performing at The Moore Theatre on July 14th! ALSO Daniel Caesar will be performing on August 17th at Showbox SoDo with Koffee who you heard earlier in the show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}