Information about plays

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

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

{
    "id": 374204,
    "uri": "https://api.kexp.org/v2/plays/374204/?format=api",
    "airdate": "2019-08-29T22:41:00-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rapture",
    "track_id": null,
    "recording_id": null,
    "artist": "Koffee",
    "artist_ids": [
        "7d04679e-a855-4214-9543-febaf02de725"
    ],
    "album": "Rapture EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sony"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The young Jamaican singer shows off her versatility on her debut EP, slipping between rapid fire ragga grit and conscious reggae styles, and maintaining an unwavering focus on memorable melodic hooks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}