Information about plays

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

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

{
    "id": 2679100,
    "uri": "https://api.kexp.org/v2/plays/2679100/?format=api",
    "airdate": "2019-12-28T09:57:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Pain feat. Kabaka Pyramid, Maverick Sabre & Kojey Radical",
    "track_id": null,
    "recording_id": null,
    "artist": "Rudimental",
    "artist_ids": [
        "b09ced80-aa65-43c1-9aa7-58b1e982eada"
    ],
    "album": "Toast to Our Differences",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atlantic Records UK"
    ],
    "label_ids": [],
    "release_date": "2019-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rudimental with new studio album, ‘Toast To Our Differences’ teaming up with enigmatic rapper Kojey Radical and Kabaka Pyramid on ‘No Pain'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}