Information about plays

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

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

{
    "id": 2683322,
    "uri": "https://api.kexp.org/v2/plays/2683322/?format=api",
    "airdate": "2020-01-07T14:28:51-08:00",
    "show": 46314,
    "show_uri": "https://api.kexp.org/v2/shows/46314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Work It (Soulwax remix)",
    "track_id": null,
    "recording_id": "0ed21582-0a0f-4a2b-9c4b-dcfdf427e5f8",
    "artist": "Marie Davidson",
    "artist_ids": [
        "5e864744-89b6-4da8-b463-3ed601c22d8c"
    ],
    "album": "Work It",
    "release_id": null,
    "release_group_id": "0b470bea-a369-46d4-84c1-5ffaee8e3860",
    "labels": [
        "Ninja Wax"
    ],
    "label_ids": [],
    "release_date": "2019-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Working Class Woman is the Montreal-based producer’s fourth album and her most self-reflective record: it’s a document of her state of mind, a reflection of a year she spent living in Berlin, and a comment on the stresses and strains of operating within the spheres of dance music and club culture.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}