Information about plays

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

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

{
    "id": 425477,
    "uri": "https://api.kexp.org/v2/plays/425477/?format=api",
    "airdate": "2001-05-17T19:08:10-07:00",
    "show": 7138,
    "show_uri": "https://api.kexp.org/v2/shows/7138/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wonder Could I Live There Anymore",
    "track_id": "958dc7ff-bc40-4925-b0e9-8e35924cd56b",
    "recording_id": null,
    "artist": "Charley Pride",
    "artist_ids": [
        "1c1de177-984d-4208-9177-ca94f8776a39"
    ],
    "album": "To All My Wonderful Fans From Me to You",
    "release_id": "bc6e62bb-4161-4b19-9cd2-30cffaac05bf",
    "release_group_id": null,
    "labels": [
        "RCA LP"
    ],
    "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"
}