Information about plays

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

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

{
    "id": 2681430,
    "uri": "https://api.kexp.org/v2/plays/2681430/?format=api",
    "airdate": "2020-01-03T00:18:00-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moptops (Twist While the World Stops)",
    "track_id": "b1b290bc-2460-44dc-a8a7-62828edbcb24",
    "recording_id": null,
    "artist": "EMA",
    "artist_ids": [
        "7cd5c089-8c61-4d97-8cdb-33fb5dbf186a"
    ],
    "album": "Moptops (Twist While the World Stops)",
    "release_id": "8131f5f3-3184-41e8-976e-02ade1aefec9",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2017-12-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EMA performing live in the KEXP studio. Recorded August 28, 2017 https://www.youtube.com/watch?v=kXjHkURejjI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}