Information about plays

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

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

{
    "id": 535729,
    "uri": "https://api.kexp.org/v2/plays/535729/?format=api",
    "airdate": "2002-04-08T01:49:24-07:00",
    "show": 9286,
    "show_uri": "https://api.kexp.org/v2/shows/9286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dub a Come",
    "track_id": "3162b31d-bbf6-4e71-801c-153f007cc88b",
    "recording_id": null,
    "artist": "Lee “Scratch” Perry",
    "artist_ids": [
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2"
    ],
    "album": "Upsetter in Dub",
    "release_id": "085e6d27-d417-4495-a8f0-d4caa782dd3d",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "1995-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}