Information about plays

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

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

{
    "id": 2676660,
    "uri": "https://api.kexp.org/v2/plays/2676660/?format=api",
    "airdate": "2019-12-22T06:45:00-08:00",
    "show": 46200,
    "show_uri": "https://api.kexp.org/v2/shows/46200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Souleiman's Theme - Issa against the Sun",
    "track_id": null,
    "recording_id": null,
    "artist": "Fatima Al Qadiri",
    "artist_ids": [],
    "album": "Atlantics (Original Motion Picture Soundtrack)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Milan"
    ],
    "label_ids": [],
    "release_date": "2019-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read more about this new soundtrack from the Berlin-based Kuwaiti musician here: https://pitchfork.com/news/fatima-al-qadiri-details-soundtrack-for-new-movie-atlantics-shares-song-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}