Information about plays

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

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

{
    "id": 372210,
    "uri": "https://api.kexp.org/v2/plays/372210/?format=api",
    "airdate": "2019-08-25T15:02:00-07:00",
    "show": 6201,
    "show_uri": "https://api.kexp.org/v2/shows/6201/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Would You Need Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Chong the Nomad",
    "artist_ids": [
        "f8bc2114-691d-48c7-bc19-41c7126896a8"
    ],
    "album": "Two Colors",
    "release_id": "4755a0b2-8545-4507-b9db-d6e72f193552",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Claudine Magbag",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}