Information about plays

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

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

{
    "id": 421219,
    "uri": "https://api.kexp.org/v2/plays/421219/?format=api",
    "airdate": "2001-05-04T17:12:00-07:00",
    "show": 7050,
    "show_uri": "https://api.kexp.org/v2/shows/7050/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Un año de amor",
    "track_id": "c51af10e-a3ff-4487-8818-8b770c459d22",
    "recording_id": null,
    "artist": "Vieja Trova Santiaguera",
    "artist_ids": [
        "0b8a2d1f-7536-4087-8284-682f35913bdb"
    ],
    "album": "Pura Trova: The Best of Vieja Trova Santiaguera (disc 2)",
    "release_id": "c11b6c41-9986-4f6e-a206-a1296968481e",
    "release_group_id": null,
    "labels": [
        "intuition"
    ],
    "label_ids": [
        "604acfd3-22a0-4881-90cd-23f28f67019b"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}