Information about plays

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

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

{
    "id": 424775,
    "uri": "https://api.kexp.org/v2/plays/424775/?format=api",
    "airdate": "2001-05-15T19:48:00-07:00",
    "show": 7126,
    "show_uri": "https://api.kexp.org/v2/shows/7126/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Máramarosi román és cigány dallamok",
    "track_id": "a9163e22-14e0-45a0-a605-f109697b98b5",
    "recording_id": null,
    "artist": "The Ökrös Ensemble",
    "artist_ids": [
        "5a4f4668-55cc-4c38-9cd0-795ecf7d78df"
    ],
    "album": "I Left My Sweet Homeland",
    "release_id": "36ae8d02-51f0-4b53-b2c9-d3753968169a",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}