Information about plays

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

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

{
    "id": 1250041,
    "uri": "https://api.kexp.org/v2/plays/1250041/?format=api",
    "airdate": "2007-07-03T02:56:57-07:00",
    "show": 21897,
    "show_uri": "https://api.kexp.org/v2/shows/21897/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Did I Drink So Muh Last Night?",
    "track_id": null,
    "recording_id": null,
    "artist": "Fourth of July",
    "artist_ids": [
        "342adb34-ab32-4078-b32f-82cc58d79f1d"
    ],
    "album": "These Little Monkeys",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Range Life Records"
    ],
    "label_ids": [
        "29b2d709-10f3-486c-9195-5324a9dd473b"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}