Information about plays

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

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

{
    "id": 473606,
    "uri": "https://api.kexp.org/v2/plays/473606/?format=api",
    "airdate": "2001-10-06T15:47:22-07:00",
    "show": 8068,
    "show_uri": "https://api.kexp.org/v2/shows/8068/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Romaniada",
    "track_id": null,
    "recording_id": null,
    "artist": "Ferus Mustafov",
    "artist_ids": [],
    "album": "Macedonian Wedding Soul Cooking",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Globestyle"
    ],
    "label_ids": [
        "a0665d71-fc88-4fdc-87d4-62eaebaa88d5"
    ],
    "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"
}