Information about plays

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

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

{
    "id": 1379397,
    "uri": "https://api.kexp.org/v2/plays/1379397/?format=api",
    "airdate": "2008-05-28T01:06:32-07:00",
    "show": 24074,
    "show_uri": "https://api.kexp.org/v2/shows/24074/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Game Needs Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Guru's Jazzmatazz",
    "artist_ids": [
        "ce6cf21c-589a-40a1-a6a9-d73cc2e8cbf8"
    ],
    "album": "The Timebomb: Back to the Future Mixtape",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cinq 7"
    ],
    "label_ids": [
        "1e3f1c2a-02ef-4804-a1e7-362827da9cb1"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}