Information about plays

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

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

{
    "id": 509336,
    "uri": "https://api.kexp.org/v2/plays/509336/?format=api",
    "airdate": "2002-01-21T11:49:00-08:00",
    "show": 8773,
    "show_uri": "https://api.kexp.org/v2/shows/8773/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "St. Martha Let It Fold",
    "track_id": null,
    "recording_id": null,
    "artist": "Califone",
    "artist_ids": [
        "68025033-de1b-42f5-8a21-bedfb8895dda"
    ],
    "album": "Califone EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Road Cone"
    ],
    "label_ids": [
        "2184e920-626e-4e33-929c-371cfe719eff"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}