Information about plays

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

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

{
    "id": 1284532,
    "uri": "https://api.kexp.org/v2/plays/1284532/?format=api",
    "airdate": "2007-09-28T08:44:39-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Love Lost",
    "track_id": "0f6b4dbc-6744-483e-b940-344c1d7ce1fe",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "LCD Soundsystem / Arcade Fire",
    "release_id": "9d69307e-844e-4645-9c07-34d3d007d59b",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2007-09-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}