Information about plays

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

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

{
    "id": 426146,
    "uri": "https://api.kexp.org/v2/plays/426146/?format=api",
    "airdate": "2001-05-19T21:24:00-07:00",
    "show": 7152,
    "show_uri": "https://api.kexp.org/v2/shows/7152/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Praia Sol Saudade",
    "track_id": "5aa9d5b9-cf93-4b58-8d55-ea0bbbfa670b",
    "recording_id": null,
    "artist": "DJ Armand's Rhythm Section",
    "artist_ids": [
        "e3bd6ba3-32fd-4bff-9e02-ef9c798c7b0d"
    ],
    "album": "Trip do Brasil 2",
    "release_id": "c66533f5-deb0-4c0a-a242-f55dd85551ed",
    "release_group_id": null,
    "labels": [
        "Rhythmix"
    ],
    "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"
}