Information about plays

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

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

{
    "id": 2675650,
    "uri": "https://api.kexp.org/v2/plays/2675650/?format=api",
    "airdate": "2019-12-20T01:02:00-08:00",
    "show": 46184,
    "show_uri": "https://api.kexp.org/v2/shows/46184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Stay",
    "track_id": "2c74c9f5-9f12-3a9c-ba71-60a63fee3029",
    "recording_id": null,
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Standing on the Verge of Getting It On",
    "release_id": "4c8c5994-7d9a-3ec0-b2f9-12cd497f83e1",
    "release_group_id": null,
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1991-11-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}