Information about plays

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

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

{
    "id": 496975,
    "uri": "https://api.kexp.org/v2/plays/496975/?format=api",
    "airdate": "2001-12-15T09:05:27-08:00",
    "show": 8525,
    "show_uri": "https://api.kexp.org/v2/shows/8525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roast Fish & Cornbread",
    "track_id": "91a0e8fb-cc87-4744-acb8-956ee5a7b624",
    "recording_id": null,
    "artist": "Lee “Scratch” Perry",
    "artist_ids": [
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2"
    ],
    "album": "The Reggae Collection, Volume II",
    "release_id": "41346093-895f-483c-a1c3-a065a6202021",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "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"
}