Information about plays

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

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

{
    "id": 2676061,
    "uri": "https://api.kexp.org/v2/plays/2676061/?format=api",
    "airdate": "2019-12-20T19:31:00-08:00",
    "show": 46187,
    "show_uri": "https://api.kexp.org/v2/shows/46187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Way You Move",
    "track_id": "7b3c0b2a-4bad-3040-ac0a-1acf6d341197",
    "recording_id": null,
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "The Way You Move",
    "release_id": "04e58019-0714-4c85-b53c-d4a5a72b2aa4",
    "release_group_id": null,
    "labels": [
        "arista"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request for Outkast. Have a request or want to send a pic of your night? Email dj@kexp.org or interact Instagram, Twitter or Facebook @djmichelemyers. Putting your pics on stories/Insta.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}