Information about plays

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

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

{
    "id": 2679408,
    "uri": "https://api.kexp.org/v2/plays/2679408/?format=api",
    "airdate": "2019-12-29T03:27:00-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunflower Seeds",
    "track_id": "541d2a54-c8dd-4fb8-8c68-2047bc59b925",
    "recording_id": null,
    "artist": "Young Nudy",
    "artist_ids": [
        "79c9b9a6-4b78-4738-8b81-95b066321ea9"
    ],
    "album": "Sli’merre",
    "release_id": "80051523-7b1f-45d1-82ae-7da227f4ca45",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lots of features on Young Nudy's new album 'Sli'merre' including Megan Thee Stallion, DaBaby, Lil Uzi Vert, and 21 Savage.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}