Information about plays

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

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

{
    "id": 497043,
    "uri": "https://api.kexp.org/v2/plays/497043/?format=api",
    "airdate": "2001-12-15T11:40:00-08:00",
    "show": 8525,
    "show_uri": "https://api.kexp.org/v2/shows/8525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inna Jah Children",
    "track_id": "de8afd26-21ef-4c58-aff3-f4c8f9a888ea",
    "recording_id": null,
    "artist": "Dhaima",
    "artist_ids": [
        "3412ea58-33c7-4af5-986b-84fb4eb975c8"
    ],
    "album": "Joe Gibbs Revive 45's, Volume 1",
    "release_id": "f9a8223d-190d-481c-bbe2-19649c9db76c",
    "release_group_id": null,
    "labels": [
        "Joe Gibbs"
    ],
    "label_ids": [
        "562874a3-94e5-49f5-92b6-d677433bf874"
    ],
    "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"
}