Information about plays

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

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

{
    "id": 1284952,
    "uri": "https://api.kexp.org/v2/plays/1284952/?format=api",
    "airdate": "2007-09-29T11:01:00-07:00",
    "show": 22482,
    "show_uri": "https://api.kexp.org/v2/shows/22482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Riding for a Fall",
    "track_id": "3da98c82-2913-4562-8e18-1efa0222f794",
    "recording_id": null,
    "artist": "Horace Andy",
    "artist_ids": [
        "2027b08d-45b1-4fb5-aa6d-f6ccc4db78e5"
    ],
    "album": "Feel Good All Over (disc 1)",
    "release_id": "07b70011-4bcf-44bb-888e-f8e3381868bb",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "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"
}