Information about plays

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

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

{
    "id": 2681711,
    "uri": "https://api.kexp.org/v2/plays/2681711/?format=api",
    "airdate": "2020-01-03T18:36:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ROYGBIV",
    "track_id": "f1c977c9-3bda-3626-a07e-b26ee0f042bc",
    "recording_id": null,
    "artist": "Public Service Broadcasting",
    "artist_ids": [
        "93834e82-3a0b-4ec2-a2e4-6eca0a497e6d"
    ],
    "album": "ROYGBIV",
    "release_id": "20fb3f8b-928f-48d5-bd30-9d62b786bd57",
    "release_group_id": null,
    "labels": [
        "Test Card Recordings"
    ],
    "label_ids": [
        "29ad6426-4762-47ed-aba0-73ed2e1f8879"
    ],
    "release_date": "2012-03-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.publicservicebroadcasting.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}