Information about plays

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

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

{
    "id": 501592,
    "uri": "https://api.kexp.org/v2/plays/501592/?format=api",
    "airdate": "2001-12-29T09:05:42-08:00",
    "show": 8614,
    "show_uri": "https://api.kexp.org/v2/shows/8614/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's but a Little Girl",
    "track_id": "29524185-13a1-47d9-91e8-dc37724c379c",
    "recording_id": null,
    "artist": "Max Romeo",
    "artist_ids": [
        "d82e9822-521a-4e20-bb22-9e944374cd40"
    ],
    "album": "Wet Dream / She's but a Little Girl",
    "release_id": "0c9b8f0f-8fe1-49b3-a977-6fa3aabbda7e",
    "release_group_id": null,
    "labels": [
        "Pama"
    ],
    "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"
}