Information about plays

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

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

{
    "id": 1272069,
    "uri": "https://api.kexp.org/v2/plays/1272069/?format=api",
    "airdate": "2007-08-27T18:54:42-07:00",
    "show": 22270,
    "show_uri": "https://api.kexp.org/v2/shows/22270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gwendayira",
    "track_id": "0d294705-ab92-4fe1-a8ab-4efa1bc38df2",
    "recording_id": null,
    "artist": "Rachel Magoola",
    "artist_ids": [
        "a7540c61-949f-4a78-8acf-be0227c4ec42"
    ],
    "album": "Songs from the Source of the Nile",
    "release_id": "a658c421-d1ad-4fc6-aa94-3d7b289dde65",
    "release_group_id": null,
    "labels": [
        "Warner Music UK"
    ],
    "label_ids": [
        "03ac1af2-2bbf-41e7-b9e4-5f4ec51e38a8"
    ],
    "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"
}