Information about plays

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

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

{
    "id": 2680585,
    "uri": "https://api.kexp.org/v2/plays/2680585/?format=api",
    "airdate": "2019-12-31T23:22:34-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Care",
    "track_id": "649faea5-293e-40ae-bf0a-9e27d0a5e6c1",
    "recording_id": null,
    "artist": "Klark Kent",
    "artist_ids": [
        "d74b89d4-ae61-4508-a890-9343c617673a"
    ],
    "album": "Don't Care",
    "release_id": "179c906c-a2ec-44af-b638-a7c999354e03",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stewart Copeland of the Police",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}