Information about plays

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

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

{
    "id": 1278205,
    "uri": "https://api.kexp.org/v2/plays/1278205/?format=api",
    "airdate": "2007-09-12T05:02:00-07:00",
    "show": 22370,
    "show_uri": "https://api.kexp.org/v2/shows/22370/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "London's in Love",
    "track_id": "0f3125cb-4abd-432e-b615-2f1d3cdc7276",
    "recording_id": null,
    "artist": "The Pearlfishers",
    "artist_ids": [
        "44b2da02-1b56-409b-a7e8-e83ad5c46894"
    ],
    "album": "Up With the Larks",
    "release_id": "85330021-f10c-4866-82c9-69135322ccde",
    "release_group_id": null,
    "labels": [
        "Marina Records"
    ],
    "label_ids": [
        "dc1536b8-2e25-4e45-a3c5-11b42c75baa7"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}