Information about plays

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

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

{
    "id": 1339827,
    "uri": "https://api.kexp.org/v2/plays/1339827/?format=api",
    "airdate": "2008-02-17T10:58:00-08:00",
    "show": 23410,
    "show_uri": "https://api.kexp.org/v2/shows/23410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Sinking",
    "track_id": null,
    "recording_id": null,
    "artist": "Lowell Fulson",
    "artist_ids": [
        "df9483e8-e037-450e-bcc4-6e9c280a4f73"
    ],
    "album": "Tramp / Pico",
    "release_id": "e865fa11-ad22-4226-91cc-a018eea2c939",
    "release_group_id": null,
    "labels": [
        "Kent"
    ],
    "label_ids": [
        "38e5c668-806f-4d99-9fa7-e9f0a1d832cb"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}