Information about plays

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

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

{
    "id": 506484,
    "uri": "https://api.kexp.org/v2/plays/506484/?format=api",
    "airdate": "2002-01-13T02:29:00-08:00",
    "show": 8715,
    "show_uri": "https://api.kexp.org/v2/shows/8715/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't You See?",
    "track_id": "6288f7b1-2cd3-407c-8ec5-0c1abf569f95",
    "recording_id": null,
    "artist": "Johnny Dyer & Rick Holstrom",
    "artist_ids": [
        "90e13ad8-d519-4139-b287-4dafaf1b70fa"
    ],
    "album": "Shake It!",
    "release_id": "0e1b8d44-21ff-4c99-8fcd-a577c1b04834",
    "release_group_id": null,
    "labels": [
        "Black Top"
    ],
    "label_ids": [],
    "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"
}