Information about plays

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

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

{
    "id": 383110,
    "uri": "https://api.kexp.org/v2/plays/383110/?format=api",
    "airdate": "2019-09-19T19:43:00-07:00",
    "show": 6373,
    "show_uri": "https://api.kexp.org/v2/shows/6373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can't Be Satisfied",
    "track_id": "7579d911-8c9e-37b1-8a2b-f0112c450609",
    "recording_id": null,
    "artist": "Nikki Lane",
    "artist_ids": [
        "967181a8-b54d-407b-93e4-2988bd97fa39"
    ],
    "album": "Walk of Shame",
    "release_id": "528bc0a8-512c-469e-9a2a-3a4c2dcd5cbe",
    "release_group_id": null,
    "labels": [
        "IAMSOUND Records"
    ],
    "label_ids": [
        "ead543a9-5a46-447f-9165-579143dd902a"
    ],
    "release_date": "2011-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Muddy Waters song",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}