Information about plays

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

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

{
    "id": 490312,
    "uri": "https://api.kexp.org/v2/plays/490312/?format=api",
    "airdate": "2001-11-25T19:42:51-08:00",
    "show": 8398,
    "show_uri": "https://api.kexp.org/v2/shows/8398/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Like It",
    "track_id": null,
    "recording_id": null,
    "artist": "Grand Puba",
    "artist_ids": [
        "fabe923b-4c57-4f77-b98a-198bf6ddc1b5"
    ],
    "album": "Grand Puba 2000",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "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"
}