Information about plays

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

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

{
    "id": 1355485,
    "uri": "https://api.kexp.org/v2/plays/1355485/?format=api",
    "airdate": "2008-03-28T20:12:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baja",
    "track_id": "d5fe9a7f-423e-4feb-b7b0-e5f47100a755",
    "recording_id": null,
    "artist": "Susan & The Surftones",
    "artist_ids": [
        "ad5e631d-b4cc-4e63-bd26-2db2e4abee9f"
    ],
    "album": "All The Beat ... All The Best",
    "release_id": "8874bbd7-3d29-4047-9958-ae5e59012326",
    "release_group_id": null,
    "labels": [
        "Surf Waves Records"
    ],
    "label_ids": [
        "9608f94f-8ba6-4e8b-b836-6185a5e4180b"
    ],
    "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"
}