Information about plays

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

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

{
    "id": 349709,
    "uri": "https://api.kexp.org/v2/plays/349709/?format=api",
    "airdate": "2019-07-03T18:19:50-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feeling Good",
    "track_id": "5000f627-2a35-3f64-8f5d-71cc3eef281d",
    "recording_id": null,
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "I Put a Spell on You",
    "release_id": "56fecf75-697b-30a9-99db-979651401e61",
    "release_group_id": null,
    "labels": [
        "Philips"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12"
    ],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The late, unmatchable High Priestess of Soul doing the album’s title track live in 1992: http://www.youtube.com/watch?v=klIcu7r46Ig",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}