Information about plays

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

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

{
    "id": 1233540,
    "uri": "https://api.kexp.org/v2/plays/1233540/?format=api",
    "airdate": "2007-05-20T18:07:00-07:00",
    "show": 21610,
    "show_uri": "https://api.kexp.org/v2/shows/21610/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The People",
    "track_id": "e843b992-a656-4631-bcbd-d3424bf1937d",
    "recording_id": null,
    "artist": "Common",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "Can't Tell Me Nothing: The Official Mixtape",
    "release_id": "55dc0153-4ee6-40c0-8fdf-285041e46682",
    "release_group_id": null,
    "labels": [
        "IGA"
    ],
    "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"
}