Information about plays

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

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

{
    "id": 352352,
    "uri": "https://api.kexp.org/v2/plays/352352/?format=api",
    "airdate": "2019-07-10T00:20:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pop Life",
    "track_id": "74073e1a-e63d-32c3-b365-780fb41e195a",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [],
    "album": "Around the World in a Day",
    "release_id": "94068129-8090-3ded-88a2-70793bf66ba4",
    "release_group_id": null,
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [],
    "release_date": "1985-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The \"Pop Life\" single was released on this day in 1985",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}