Information about plays

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

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

{
    "id": 1388899,
    "uri": "https://api.kexp.org/v2/plays/1388899/?format=api",
    "airdate": "2008-06-22T22:45:00-07:00",
    "show": 24244,
    "show_uri": "https://api.kexp.org/v2/shows/24244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pacific Air Race",
    "track_id": "e958c9ff-83bc-4efa-82b6-a385f2463bf6",
    "recording_id": null,
    "artist": "Aeroplane",
    "artist_ids": [
        "118c5949-3023-4262-a646-dda45e02f49d"
    ],
    "album": "Pacific Air Race",
    "release_id": "a5fa133f-474e-475e-9e8e-bbd39a0a4602",
    "release_group_id": null,
    "labels": [
        "Eskimo Recordings"
    ],
    "label_ids": [
        "3a62f686-fdb4-4ec1-9b17-766e3e5cab94"
    ],
    "release_date": "2007-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}