Information about plays

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

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

{
    "id": 492524,
    "uri": "https://api.kexp.org/v2/plays/492524/?format=api",
    "airdate": "2001-12-02T11:08:00-08:00",
    "show": 8443,
    "show_uri": "https://api.kexp.org/v2/shows/8443/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hard River to Cross",
    "track_id": "1af18fc2-6433-4950-b14b-0111d413f46c",
    "recording_id": null,
    "artist": "Earl King",
    "artist_ids": [
        "0ad58e2b-51d9-4c6b-a609-2804246b70da"
    ],
    "album": "Hard River to Cross",
    "release_id": "0684792f-0588-4790-a8ee-7783589ef069",
    "release_group_id": null,
    "labels": [
        "Black Top"
    ],
    "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"
}