Information about plays

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

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

{
    "id": 1388512,
    "uri": "https://api.kexp.org/v2/plays/1388512/?format=api",
    "airdate": "2008-06-21T23:33:00-07:00",
    "show": 24236,
    "show_uri": "https://api.kexp.org/v2/shows/24236/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "mohawk man",
    "track_id": null,
    "recording_id": null,
    "artist": "Mr. Epp & the Calculations",
    "artist_ids": [
        "ddab4f5f-d1bd-4149-a3f9-c1e90424fd76"
    ],
    "album": "ep",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pravda Records"
    ],
    "label_ids": [
        "63bfefa6-ce21-46ef-bcc2-5cd41cace192"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}