Information about plays

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

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

{
    "id": 438030,
    "uri": "https://api.kexp.org/v2/plays/438030/?format=api",
    "airdate": "2001-06-24T11:46:09-07:00",
    "show": 7379,
    "show_uri": "https://api.kexp.org/v2/shows/7379/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby, There's No One Like You",
    "track_id": "32b15d0d-a688-446d-8afc-572d9347d269",
    "recording_id": null,
    "artist": "Double Trouble",
    "artist_ids": [
        "2452fb69-e6b0-4834-aa94-b4a0635b7a96"
    ],
    "album": "Been a Long Time",
    "release_id": "d7098ed8-67d7-4564-83dc-3a6ee9466afa",
    "release_group_id": null,
    "labels": [
        "Tone-Cool"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}