Information about plays

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

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

{
    "id": 509490,
    "uri": "https://api.kexp.org/v2/plays/509490/?format=api",
    "airdate": "2002-01-21T23:13:00-08:00",
    "show": 8776,
    "show_uri": "https://api.kexp.org/v2/shows/8776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Miss Thang",
    "track_id": "a2e8d873-a678-4536-9c95-c6d713093a8e",
    "recording_id": null,
    "artist": "Foley",
    "artist_ids": [
        "e1b7131a-3f67-46fd-a11a-b8937121668e"
    ],
    "album": "7 Years Ago... Directions in Smart-Alec Music",
    "release_id": "44e44b1f-3cfd-44ce-89a5-40e258593761",
    "release_group_id": null,
    "labels": [
        "Motown"
    ],
    "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"
}