Information about plays

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

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

{
    "id": 499252,
    "uri": "https://api.kexp.org/v2/plays/499252/?format=api",
    "airdate": "2001-12-21T19:13:00-08:00",
    "show": 8567,
    "show_uri": "https://api.kexp.org/v2/shows/8567/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All My Exes Live In Texas",
    "track_id": null,
    "recording_id": null,
    "artist": "Bill Haley & His Comets",
    "artist_ids": [
        "4458d70d-c215-4f06-beea-ebd448dad6ac"
    ],
    "album": "You're Never Too Old To Rock",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hydra"
    ],
    "label_ids": [
        "67e10cd0-ab1b-4f75-858b-8676cb3e5ca9"
    ],
    "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"
}