Information about plays

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

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

{
    "id": 1380763,
    "uri": "https://api.kexp.org/v2/plays/1380763/?format=api",
    "airdate": "2008-05-31T22:57:50-07:00",
    "show": 24098,
    "show_uri": "https://api.kexp.org/v2/shows/24098/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wordless",
    "track_id": "ead46a56-b552-4c2a-9dea-5ca21ae55da9",
    "recording_id": null,
    "artist": "Damad",
    "artist_ids": [
        "9b143278-678a-4f6e-93ef-806c4ed019c3"
    ],
    "album": "Burning Cold",
    "release_id": "ba714899-bbc6-4b37-89ac-ca919a53ecf3",
    "release_group_id": null,
    "labels": [
        "Prank Records"
    ],
    "label_ids": [
        "4e42b330-dabb-4ae6-9811-e043a0b27637"
    ],
    "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"
}