Information about plays

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

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

{
    "id": 455664,
    "uri": "https://api.kexp.org/v2/plays/455664/?format=api",
    "airdate": "2001-08-14T19:42:00-07:00",
    "show": 7715,
    "show_uri": "https://api.kexp.org/v2/shows/7715/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La voz de la Patria",
    "track_id": "d8f861a4-ebd0-40b4-94a4-ddcac104995f",
    "recording_id": null,
    "artist": "Aterciopelados",
    "artist_ids": [
        "0ba1966a-e471-4f98-85d7-8ac0c1f836f0"
    ],
    "album": "Serie 2000",
    "release_id": "0d1a6ae1-efc2-41ce-85e7-34eb4bdc2390",
    "release_group_id": null,
    "labels": [
        "BMG Latin"
    ],
    "label_ids": [],
    "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"
}