Information about plays

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

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

{
    "id": 493382,
    "uri": "https://api.kexp.org/v2/plays/493382/?format=api",
    "airdate": "2001-12-04T20:14:00-08:00",
    "show": 8459,
    "show_uri": "https://api.kexp.org/v2/shows/8459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tu Color Café",
    "track_id": "d8d6fb83-e3f5-4030-be3a-26a6a9870e77",
    "recording_id": null,
    "artist": "Mariana Montalvo",
    "artist_ids": [
        "5d7cea18-3aaf-41fa-ab25-44d7abb16266"
    ],
    "album": "Cantos del Alma",
    "release_id": "710d06b7-0378-4a10-b2fa-f78e3ec0b7f1",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}