Information about plays

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

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

{
    "id": 1363841,
    "uri": "https://api.kexp.org/v2/plays/1363841/?format=api",
    "airdate": "2008-04-18T20:43:51-07:00",
    "show": 23812,
    "show_uri": "https://api.kexp.org/v2/shows/23812/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby, you are never nice to me",
    "track_id": null,
    "recording_id": null,
    "artist": "BR5-49",
    "artist_ids": [
        "11733335-c06f-4630-9fdd-53b4113bdb5c"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "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"
}