Information about plays

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

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

{
    "id": 1391723,
    "uri": "https://api.kexp.org/v2/plays/1391723/?format=api",
    "airdate": "2008-06-30T01:26:00-07:00",
    "show": 24291,
    "show_uri": "https://api.kexp.org/v2/shows/24291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freddie Freeloader",
    "track_id": null,
    "recording_id": null,
    "artist": "World Saxophone Quartet",
    "artist_ids": [
        "211787f9-5b93-415a-8213-62e5df03be7b"
    ],
    "album": "Salim Sivad",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Time Records"
    ],
    "label_ids": [
        "6e34c4d8-7a99-42c9-ba24-fac4f92e695e"
    ],
    "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"
}