Information about plays

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

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

{
    "id": 422148,
    "uri": "https://api.kexp.org/v2/plays/422148/?format=api",
    "airdate": "2001-05-07T20:48:00-07:00",
    "show": 7074,
    "show_uri": "https://api.kexp.org/v2/shows/7074/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yelayo",
    "track_id": "6bdfc844-dc02-4658-9521-cbb540dc6576",
    "recording_id": null,
    "artist": "Mansour Seck",
    "artist_ids": [
        "18b781ae-2e41-4ffd-a9be-d924ee67dde1"
    ],
    "album": "Yelayo",
    "release_id": "de4a50a0-b25d-4da1-bdb4-5ffef93e405b",
    "release_group_id": null,
    "labels": [
        "Stern's Africa"
    ],
    "label_ids": [
        "274b52f1-90c3-446d-89ca-da28f76fb47d"
    ],
    "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"
}