Information about plays

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

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

{
    "id": 457745,
    "uri": "https://api.kexp.org/v2/plays/457745/?format=api",
    "airdate": "2001-08-20T19:55:00-07:00",
    "show": 7758,
    "show_uri": "https://api.kexp.org/v2/shows/7758/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nor Weigh Me Like That (Woman to Woman) (Sierra Leone)",
    "track_id": "14062966-0eb2-4b4d-9411-212cebb941ce",
    "recording_id": null,
    "artist": "S.E. Rogie",
    "artist_ids": [
        "b4b747f3-6248-4ac0-92f2-3ee0b37e1ab3"
    ],
    "album": "African Troubadours: The Best of African Singers/Songwriters",
    "release_id": "dd518fca-dd48-4d53-8007-f9d4ef1db129",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}