Information about plays

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

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

{
    "id": 2681457,
    "uri": "https://api.kexp.org/v2/plays/2681457/?format=api",
    "airdate": "2020-01-03T01:58:13-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Heard It Through the Grapevine",
    "track_id": "eb4b783c-8c5e-3828-928e-8706e48b1182",
    "recording_id": null,
    "artist": "The Slits",
    "artist_ids": [
        "ff9ef2ef-73a6-496c-8528-4b12b21afbfd"
    ],
    "album": "Cut",
    "release_id": "fec776b4-3fa4-4624-95fc-981241be8104",
    "release_group_id": null,
    "labels": [
        "Island Remasters"
    ],
    "label_ids": [],
    "release_date": "2000-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}