Information about plays

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

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

{
    "id": 370906,
    "uri": "https://api.kexp.org/v2/plays/370906/?format=api",
    "airdate": "2019-08-22T15:50:00-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Numb (Revenge of the Number Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Dummy",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Portishead's \"Dummy\" turns 25 today! We're celebrating by playing the album in it's entirety, one track every hour, from 6 AM-6 PM!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}